Skip to content

Releases: wix-incubator/DetoxInstruments

v1.4.7528

06 Nov 14:24
5b76524
Compare
Choose a tag to compare

Disable profiling of incompatible target apps; Detox Instruments will display a warning button for incompatible targets

v1.4.7499

31 Oct 15:13
f122e6f
Compare
Choose a tag to compare
  • Add support for React Native bridge recording. See here for more information.
  • Add a horizontal scroller for the timeline where appropriate
  • General bug fixes and improvements

v1.3.7316

22 Oct 08:10
438957e
Compare
Choose a tag to compare

Replaced the network recording mechanism in the Profiler framework to not use NSURLProtocol. This should improve stability with third-party vendors.

v1.2.7310

17 Oct 16:28
a8eb5ba
Compare
Choose a tag to compare
  • Fixed bitcode issues with the Profiler framework
  • Strip the Profiler framework to only include the currently built archs

v1.1.7306

03 Oct 10:38
979c055
Compare
Choose a tag to compare
  • Full Touch bar support—display and control instruments your Mac's Touch Bar
  • Customization support—show only the instruments you want to focus on
  • You can now click on network and event samples in the timeline pane to select the appropriate sample in the detail pane
  • Profiler framework support for multiple recordings in a single document
  • General bug fixes and improvements

v1.0.7056

09 Aug 21:26
Compare
Choose a tag to compare
  • Introduction of Events instrument. The Events instrument lets you add lightweight instrumentation to your code for collection and visualization by Detox Instruments. See the Events Instrument Documentation for more information, and the Developer API Reference for integration API.
  • Support for macOS 10.14 Mojave including dark appearance and accent colors
  • Improved integration process
  • Major performance improvements
  • Visual tweaks

v0.9.1.6378

30 May 19:45
Compare
Choose a tag to compare
Profiler Framework
  • Fix incorrect JSC handling under certain conditions
  • Improve RN bridge counter and data profiling logic
Detox Instruments
  • Major performance improvements to Detox Instruments when remote profiling
    • Remote profiling is now performed on a background queue to keep the main thread free
  • When remote profiling, the detail pane table will scroll to bottom when appropriate

v0.9.1.6026

15 May 23:22
Compare
Choose a tag to compare
  • Introducing app management utilities to Detox Instruments for managing your app's container files, user defaults, pasteboard and cookies. For an in-depth look at app management, see App Management.
  • Added option to collect open file names when sampling disk usage
  • Added a threads breakdown pie chart to CPU usage inspector pane
  • Use Apple Helpbook for documentation display in Detox Instruments
  • Fixed a deadlock scenario in the Profiler framework
  • General improvements and bug fixes to both Detox Instruments and the Profiler framework
  • Documentation screenshots are now generated using the Detox Instruments application

v0.9.5022

06 Apr 23:07
Compare
Choose a tag to compare
  • Initial release of Detox Instruments
  • Make sure to read the documentation.