-
Notifications
You must be signed in to change notification settings - Fork 205
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
v5.16.0 #1533
Merged
Merged
v5.16.0 #1533
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[full ci]
Build example app for Espresso tests
* fix(metadata): parse runtimeVersions.androidApiLevel from a string to integer * test(ndk): added a simple unit test to ensure that `Bugsnag.start` works as expected from the NDK module
Buildkite - eager concurrency
Co-authored-by: Jamie Lynch <[email protected]>
Move instrumentation tests to GitHub actions
[full ci]
[full ci]
Add e2e tests on Android 12
# Conflicts: # .buildkite/pipeline.full.yml # .buildkite/pipeline.quick.yml
V5.15.0 master sync
Pipeline improvements
Co-authored-by: Karl Stenerud <[email protected]>
Increase resilience of NDK stackframe method capture
Parse Event for OnSend Callbacks
Alter warning about non-application context
Mazerunner test for the OnSend callback
…ding whitespace into string literals
Update onsend-next to next and align tests
Since events begin being sent during start(), it would be inadvisable to add a callback after configuration, as events may be mistakenly missed. This method was not public anyhow. [full ci]
Leave error breadcrumbs before attempting event delivery
`redactedKeys` now correctly apply to metadata on Breadcrumbs
# Conflicts: # bugsnag-android-core/src/main/java/com/bugsnag/android/Client.java # bugsnag-android-core/src/main/java/com/bugsnag/android/DeliveryDelegate.java # bugsnag-android-core/src/main/java/com/bugsnag/android/EventInternal.kt # bugsnag-android-core/src/test/java/com/bugsnag/android/DeliveryDelegateTest.kt
Merge `next` into onsend-next branch
OnSend Callback Implementation
Missing #1525 from changelog? |
lemnik
force-pushed
the
releases/5.16.0
branch
from
November 26, 2021 17:02
6c70391
to
b82058f
Compare
tomlongridge
approved these changes
Nov 26, 2021
fractalwrench
approved these changes
Nov 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug fixes
Increase resilience of NDK stackframe method capture
#1484
redactedKeys
now correctly apply to metadata on Event breadcrumbs#1526
Improved the robustness of automatically logged
ERROR
breadcrumbs#1531
Improve performance on the breadcrumb storage "hot path" by removing Date formatting
#1525