Skip to content

Releases: bugsnag/bugsnag-cocoa-performance

v0.2.0

25 Apr 09:02
8b3ee3b
Compare
Choose a tag to compare

Breaking changes

The following changes need attention when updating to this version of the library:

  • Corrected name of autoInstrumentNetworkRequests configuration option (was previously autoInstrumentNetwork)
    112

  • Applied updated span and attribute naming (causes duplicate aggregations in your dashboard of App Start, Screen Load and Network spans from previous versions)
    111

Enhancements

  • Added connection.subtype attribute to network spans
    109

  • Added first_view_name attribute to app start spans
    91

v0.1.5

22 Mar 14:01
5eb5173
Compare
Choose a tag to compare

Bug fixes

  • Use app-extension safe version of UIApplication.sharedApplication
    82

v0.1.4

20 Mar 16:28
9af680e
Compare
Choose a tag to compare

Enhancements

  • Added enabledReleaseStages to BugsnagPerformanceConfiguration.
    78

Bug fixes

  • Fixed compile issue with mac catalyst targets.
    79

v0.1.3

17 Mar 14:24
5b97e2c
Compare
Choose a tag to compare

Bug fixes

  • Turn up all warnings and sanitizers to 11, and fix detected UB behavior.
    76
    74
    73

  • Safer background/foreground detection.
    72

  • Corrected boot time fetch code.
    70

v0.1.2

15 Mar 11:58
a0c5431
Compare
Choose a tag to compare

Bug fixes

  • Restructure the example app for preview release.
    66

v0.1.1

14 Mar 12:11
7f16818
Compare
Choose a tag to compare

Bug fixes

  • Revert to simple Bugsnag.start API as originally envisioned.
    64

  • Make sure span drain occurs on transition from BG to FG.
    63

  • Fixed periodic span drain that wasn't occurring.
    62

v0.1.0

01 Mar 09:53
681b449
Compare
Choose a tag to compare

Initial preview release