chore(deps): update Android SDK to v8.16.0 #3024
Open
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.
Bumps flutter/scripts/update-android.sh from 8.13.2 to 8.16.0.
Auto-generated by a dependency updater.
Changelog
8.16.0
Features
sentry.properties
:logs.enabled=true
Sentry.init
:minimumLevel
inlogging.properties
, meaning any log message >= the configured level will be sent to Sentry and show up under Logs:io.sentry.jul.SentryHandler.minimumLevel=CONFIG
sentry.properties
:logs.enabled=true
Sentry.init
:minimumLevel
inlog4j2.xml
, meaning any log message >= the configured level will be sent to Sentry and show up under Logs:8.15.1
Fixes
8.15.0
Features
Fixes
String
viatoString
(#4515)SentryLogEventAttributeValue
constructors did not convert the value previously.SentryUserFeedbackButton
, but reference them instead (#4519)Features
minimumLevel
for log events:application.properties
/application.yml
:Sentry.init
:sentry.properties
is also possible:logs.enabled=true
SentryOptions.Logs.BeforeSendLogCallback
Spring beans (#4509)Dependencies
8.14.0
Fixes
Features
To use it, just instantiate it and call show() on the instance (Sentry must be previously initialized).
For customization options, please check the User Feedback documentation.
user.id
,user.name
anduser.email
to log attributes (#4486)name
attribute has been deprecated, please useusername
instead (#4486)device.brand
,device.model
anddevice.family
) and OS (os.name
andos.version
) attributes to logs (#4493)preContext
andpostContext
inSentryStackFrame
(#4482)Internal
8.13.3
Fixes
OkHttpEvent
even if no active span inSentryOkHttpInterceptor
#4469segment_id
(#4471)