Update dependency com.bugsnag:bugsnag-android-core to v6 #348
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.
This PR contains the following updates:
5.32.3
->6.9.0
Release Notes
bugsnag/bugsnag-android (com.bugsnag:bugsnag-android-core)
v6.9.0
Enhancements
#2087
OkHttpDelivery
delivery implementation is available in the bugsnag-plugin-android-okhttp module#2092
v6.8.0
Enhancements
#2070
Bug fixes
#2075
#2080
Intent.getExtras
(https://github.com/bugsnag/bugsnag-android/issues/2082)#2083
v6.7.0
Enhancements
#2057
Error
s,Thread
s, andStackframe
s to be added toEvent
s#2060
Bug fixes
state
property#2058
bugsnag-plugin-android-ndk
during multi-threaded startups#2064
#2066
v6.6.1
Bug fixes
correlation
property on Events#2050
Enum.values()
#2049
v6.6.0
Enhancements
#2040
Bug fixes
Bugsnag.startSession
is called whenconfig.autoTrackSessions=true
, the first automatic session will now be correctly discarded#2033
#2039
v6.5.0
Enhancements
Configuration.maxBreadcrumbs
is now obeyed bybugsnag-plugin-android-ndk
, so native events will include the correct number of breadcrumbs#2020
bugsnag-plugin-android-ndk
will no longer create anArrayList
copy of metadata keys when leaving breadcrumbs#2022
v6.4.0
Enhancements
#2005
#2008
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
#2007
v6.3.0
Enhancements
generateAnonymousId
config option to control device-id generation#1989
Bug fixes
Use PushLocalFrame/PopLocalFrame instead of DeleteLocalRef to avoid creating "holes" in the local ref table that are not always reused, leading to possible crashes in the ANR handler
#1988
Removed makeSafe as it is no longer applicable, and slows-down the creation of breadcrumbs and adding metadata
#1990
v6.2.0
Enhancements
processImportance
is now included in the 'app' tab on the dashboard#1973
bugsnag-plugin-android-exitinfo
now includesexitReason
andprocessImportance
in theAPP
tab on the dashboard#1968
Bug fixes
#1960
#1958
v6.1.0
Enhancements
Configuration.threadCollectionTimeLimitMillis
(default 5000ms)#1935
Bug fixes
#1940
Client
instances#1950
v6.0.0
Breaking Changes
Pattern
instead ofString
#1866
ThreadType
in favour ofErrorType
#1859
Thread.id
is now aString
instead of anint
#1862
Configuration.launchCrashThresholdMs
accessors and manifest entry (which was previously replaced byConfiguration.launchDurationMillis
)#1937
bugsnag-android-ndk
module has been removed in favor ofbugsnag-plugin-android-ndk
#1881
ProcessLifecycleOwner
, potentially affecting Stability scores (see Upgrade Guide)#1915
Configuration.persistUser
now defaults totrue
#1867
BUILD_UUID
is specified, a unique ID is now automatically derived from your.dex
files in order to match your bytecode to the appropriatemapping.txt
file exactly when an event is symbolicated on the BugSnag dashboard#1829
Bugsnag.start
(instead of when theConfiguration
is created), this means thatBugsnag.start
will now fail with an exception if no API key is provided#1868
Please see our Upgrade Guide for more information on moving from v5.x to v6.0.0.
Enhancements
#1921
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.