Releases: wix-incubator/DetoxInstruments
Releases · wix-incubator/DetoxInstruments
v1.10.10233
- Added support for internal React Native events—see Profiling Options for more information
- Improved the way events are handled by Detox Instruments when live recording
v1.10.10110
- React Native 0.59 support
- Further improvements to Touch Bar
v1.10.10071
This build disables some WIP network metric collection that was added but not completed, and caused some client crashes.
Requests Playground
- Requests in Requests Playground can now be saved as documents for future testing
- You can now create new Request documents by selecting File ➔ New ➔ Recording
- Add support for different body types, and improve the body editor
- Response headers and body, and now some metrics, are displayed in a new Response section
- When exporting code snippets, body data is exported as base64 to allow for binary body data
Detox Instruments
- Improvements to Touch Bar support across the app
v1.10.10070
The previous build was built using beta Xcode due to an Apple bug.
Requests Playground
- Requests in Requests Playground can now be saved as documents for future testing
- You can now create new Request documents by selecting File ➔ New ➔ Recording
- Add support for different body types, and improve the body editor
- Response headers and body, and now some metrics, are displayed in a new Response section
- When exporting code snippets, body data is exported as base64 to allow for binary body data
Detox Instruments
- Improvements to Touch Bar support across the app
v1.10.10069
Requests Playground
- Requests in Requests Playground can now be saved as documents for future testing
- You can now create new Request documents by selecting File ➔ New ➔ Recording
- Add support for different body types, and improve the body editor
- Response headers and body, and now some metrics, are displayed in a new Response section
- When exporting code snippets, body data is exported as base64 to allow for binary body data
Detox Instruments
- Improvements to Touch Bar support across the app
v1.10.9989
- Introducing Requests Playground—a utility for replaying network requests
- Improved the network recorder to prevent network request duplicates when using
NSURLProtocol
in the profiled app - Properly record cookie and user agent headers when recording network requests
- You can now disable recording performance metrics in the profiling options
v1.9.9876
- This makes a small change to the integration script
- Events now track start and end threads
- Added option to sort Events instrument timeline by category or starting thread
- "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
- General performance improvements and visual tweaks
v1.9.9875
- This build fixes small visual artifacts when live recording.
- Events now track start and end threads
- Added option to sort Events instrument timeline by category or starting thread
- "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
- General performance improvements and visual tweaks
v1.9.9874
- Events now track start and end threads
- Added option to sort Events instrument timeline by category or starting thread
- "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
- General performance improvements and visual tweaks
v1.9.9808
Built using Xcode 10.1 to prevent AppStore issues
Detox Instruments
- Recording document extension is now .dtxrec (but old .dtxprof documents will still work)
- Keyboard zooming improvements
- You can now zoom by holding the Option key (⌥) and using the mouse wheel
- Performance improvements to the events summary view
- Added CLI integration
- Install CLI integration by selecting the Detox Instruments ➔ Install Command Line Utility menu item
- Improved migration model
- Much more robust solution for future versions
- You will see a dialog box informing you when a migration of an old document is happening
- General bug fixes and improvements
CLI
- The CLI tool allows querying and exporting data from recording documents
- Install CLI integration by selecting the Detox Instruments ➔ Install Command Line Utility menu item
- Run
dtxinst —help
for documentation