-
Notifications
You must be signed in to change notification settings - Fork 129
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.18.0 #1404
Merged
Merged
Release v6.18.0 #1404
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
Add WatchOS support
Add watchOS target for BugsnagNetworkRequestPlugin
[Plat 8415] watchos example app
Add watchOS BugsnagNetworkRequestPlugin scheme
Add unit tests for watchOS
[full ci]
Update minimum version to what we can actually test on
[PLAT-8456] Fix stack trace capture on watchOS
Shorten Buildkite queue names
Never collect threads when they're not supported
Make sure sendThreads config is always 'never' when Mach threads API is unavailable
Ignore the arm64_32 v8 subtype
Record battery information on watchOS
Treat test fixture build warnings as errors
Update Maze Runner and move to stand alone app upload function
[Plat-8106] Remove calls to libc printf
# Conflicts: # Bugsnag/Configuration/BSGConfigurationBuilder.m # Bugsnag/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_CPPException.mm # Tests/BugsnagTests/BSGConfigurationBuilderTests.m # Tests/BugsnagTests/BugsnagConfigurationTests.m
[ROAD-792] Add watchOS support
Generated by 🚫 Danger |
kattrali
approved these changes
Jun 8, 2022
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.
Enhancements
Add support for watchOS (>= 6.3).
Unhandled Objective-C & C++ exceptions will automatically be reported but OOMs,
app hangs, thermal kills, stack overflows, memory access issues and Swift fatal
errors cannot be detected due to Mach exception and signal APIs being
prohibited on watchOS.
For more information see the documentation.
Add
configuration.telemetry
to allow sending of internal errors to be disabled.#1375
Bug fixes
Fix data races detected by TSan in
BSGRunContextUpdateTimestamp
andUpdateAvailableMemory
.#1384
Fix potential deadlocks caused by use of
libc
printf
functions.#1397
Fix incorrect
device.time
in 32-bit crash reports.#1399