Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v6.4.0 #2014

Merged
merged 24 commits into from
Apr 15, 2024
Merged

Release/v6.4.0 #2014

merged 24 commits into from
Apr 15, 2024

Conversation

YYChen01988
Copy link
Contributor

@YYChen01988 YYChen01988 commented Apr 15, 2024

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

YYChen01988 and others added 24 commits March 19, 2024 15:17
Sync next & master v6.3.0
[full ci]
Guard against errors when terminating the app in e2e tests
Move CI steps to macOS 14 build servers
…e-flags

Don't copy FeatureFlags on the crashing thread
* feat(session)Allow early session starts in auto mode

* feat(session)Allow early session starts in auto mode

* feat(session)End to end test

* feat(feature flags): don't copy FeatureFlags on the crashing thread

* feat(session)Allow early session starts in auto mode

---------

Co-authored-by: jason <[email protected]>
…keys

Avoid compiling regexes in ObjectJsonStreamer
…able

Avoid possible crash in refresh symbol table
ReactNative: Allow strings or numbers to be used for thread-id
@YYChen01988 YYChen01988 requested a review from lemnik April 15, 2024 08:25
@lemnik lemnik requested a review from tomlongridge April 15, 2024 08:26
@bugsnagbot
Copy link
Collaborator

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1844.51 1668.58
arm64_v8a 626.95 450.82
armeabi_v7a 561.42 385.29
x86 704.75 524.53
x86_64 671.99 495.86

Generated by 🚫 Danger

Copy link
Contributor

@lemnik lemnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YYChen01988 YYChen01988 merged commit c300eff into master Apr 15, 2024
35 checks passed
@YYChen01988 YYChen01988 deleted the release/v6.4.0 branch April 15, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants