chore(deps): update Java SDK (Android) to v6.5.0 #129
Merged
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 modules/sentry-java from 6.5.0-1-g4ca1d7b2 to 6.5.0.
Auto-generated by a dependency updater.
Changelog
6.5.0
Fixes
6.5.0-beta.3
Features
6.5.0-beta.2
Features
other
withdata
(#2258)isTraceSampling
is now on by default.tracingOrigins
has been replaced bytracePropagationTargets
(#2255)6.5.0-beta.1
Features
6.4.4
Fixes
6.4.3
6.4.2
Fixes
6.4.1
Fixes
6.4.0
Fixes
Features
6.3.1
Fixes
attach-screenshot
set on Manual init. didn't work (#2186)spring.factories
causing issues in old versions of Spring Boot (#2181)Features
6.3.0
Features
compileOnly
in integrations (#2175)Fixes
6.2.1
Fixes
Features
sentry-android-navigation
for AndroidX Navigation support (#2136)sentry-compose
for Jetpack Compose support (Navigation) (#2136)6.1.4
Fixes
6.1.3
Fixes
6.1.2
Fixes
6.1.1
Features
tracestate
header withbaggage
header (#2078)6.1.0
Features
Fixes
6.0.0
Sentry Self-hosted Compatibility
6.0.0
of thesentry
package, Sentry's self hosted version >= v21.9.0 is required or you have to manually disable sending client reports via thesendClientReports
option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.Features
JsonSerializable
andJsonDeserializer
interfaces for manual jsonserialization/deserialization.
JsonUnknwon
interface to preserve unknown properties when deserializing/serializingSDK classes.
Contexts
, these are supported for serialization:JsonSerializable
Map
,Collection
,Array
,String
and all primitive types.Map
,Collection
,Array
,String
and all primitive types.toString()
on objects that have a cyclic reference to a ancestor object.toString()
where object graphs exceed max depth.gson
dependency.IUnknownPropertiesConsumer
Fixes
SentryOptions
can merge properties fromExternalOptions
instead of another instance ofSentryOptions
SentryOptions
that allowednull
values are now not nullable -debug
,enableUncaughtExceptionHandler
,enableDeduplication
SentryOptions
cannot be created anymore usingPropertiesProvider
withSentryOptions#from
method. UseExternalOptions#from
instead and merge created object withSentryOptions#merge
5.7.4
Fixes
5.7.3
Fixes
5.7.2
Fixes
Timber.tag
(#1974)5.7.1
Fixes
5.7.0
Features
Timber
andFragment
integrations if they are present on the classpath (#1936)5.6.3
Fixes
5.6.2
Fixes
Breaking changes:
Timber.tag
is no longer supported by our Timber integration and will not appear on Sentry for error events.Please vote on this issue, if you'd like us to provide support for that.
5.6.2-beta.3
Fixes
5.6.2-beta.2
Fixes
5.6.2-beta.1
Fixes
Breaking changes:
Timber.tag
is no longer supported by our Timber integration and will not appear on Sentry for error events.Please vote on this issue, if you'd like us to provide support for that.
5.6.1
Features
Fixes
5.6.0
Features
Fixes
5.5.3
Fixes
5.5.2
Fixes
5.5.1
Fixes
5.5.0
Features
SentryFileInputStream
andSentryFileOutputStream
for File I/O performance instrumentation (#1826)SentryFileReader
andSentryFileWriter
for File I/O instrumentation (#1843)Fixes
ui.fragment.load
toui.load
(#1824)java.util.Random
tojava.security.SecureRandom
for possible security reasons (#1831)5.4.3
Fixes
5.4.2
Fixes
5.4.1
Features
Fixes
5.4.0
Features
graphql-java
instrumentation (#1777)Fixes
5.3.0
Features
Fixes
5.2.4
Fixes
5.2.3
Fixes
5.2.2
Fixes
5.2.1
Features
Fixes
5.2.0
Features
Fixes
5.2.0-beta.3
Features
Fixes
5.2.0-beta.2
Fixes
5.2.0-beta.1
Features
Fixes
Breaking changes:
5.1.2
Fixes
5.1.1
Features
Fixes
5.1.0
Features
Fixes
5.1.0-beta.9
5.1.0-beta.8
Features
5.1.0-beta.7
Features
5.1.0-beta.6
Features
Fixes
5.1.0-beta.5
Fixes
5.1.0-beta.4
Fixes
5.1.0-beta.3
Features
5.1.0-beta.2
Features
Fixes
5.1.0-beta.1
Features
5.0.1
Fixes
5.0.0
This release brings many improvements but also new features:
Breaking changes:
Other fixes:
Thank you:
5.0.0-beta.7
Fixes
5.0.0-beta.6
Features
Fixes
5.0.0-beta.5
Features
Fixes
5.0.0-beta.4
Fixes
5.0.0-beta.3
Fixes
5.0.0-beta.2
Fixes
Breaking Changes:
5.0.0-beta.1
Fixes
4.4.0-alpha.2
Features
Fixes
4.4.0-alpha.1
Features
startTransaction
that sets the created transaction to the Scope (#1313)Fixes
4.3.0
Features
Fixes
4.2.0
Features
Fixes
Breaking Changes:
4.1.0
Features
Fixes
4.0.0
This release brings the Sentry Performance feature to Java SDK, Spring, Spring Boot, and Android integrations. Read more in the reference documentation:
Other improvements:
Core:
sentry.properties
from the application's current working directory (#1046)in-app-includes
,in-app-excludes
,tags
,debug
,uncaught.handler.enabled
parameters from the external configurationservername
from the localhost addressTransportFactory
instead ofITransport
on SentryOptions (#1124)Spring Boot:
OptionsConfiguration
beans (#1093)Android:
isSideLoaded
andinstallerStore
tags automatically (Where your App. was installed from eg Google Play, Amazon Store, downloaded APK, etc...)4.0.0-beta.1
Features
SentrySpanClientHttpRequestInterceptor
to Spring module (#1181)transaction/span.finish(SpanStatus)
(#1182)Fixes
4.0.0-alpha.3
Features
uncaught.handler.enabled
property from the external configurationFixes
ITransport
implementations are now responsible for executing request in asynchronous or synchronous way (#1118)TransportFactory
instead ofITransport
onSentryOptions
(#1124)4.0.0-alpha.2
Features
Fixes
4.0.0-alpha.1
Features
sentry.properties
from the application's current working directory (#1046)Fixes
3.2.1
Fixes
3.2.0
Features
Fixes
3.1.3
Fixes
3.1.2
Features
Fixes
3.1.1
Features
Fixes
3.1.0
Features