Skip to content

v6.4.0

Compare
Choose a tag to compare
@YYChen01988 YYChen01988 released this 15 Apr 11:37
· 111 commits to master since this release
c300eff

Enhancements

  • FeatureFlags are now a copy-on-write structure, and so don't need to be defensive copied on a crashing thread
    #2005
  • The default redactedKeys in ObjectJsonStreamer is now static and shared, reducing the overhead of some leaveBreadcrumb calls (those with complex metadata)
    #2008
  • Allow Bugsnag.startSession to be called with automatic session tracking, and not have the first manual session be over written by the first automatic session.
    #2006

Bug fixes

  • Refreshing the NDK symbol table is now protected by a soft-lock to avoid possible double-free conditions
    #2007