File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
10
10
* Kotlin ` languageVersion ` is upgraded to ` 1.4 ` .
11
11
* ` Gson ` is removed as a transitive dependency and vendored in the SDK.
12
12
* Protocol classes now implement the ` JsonSerializable ` and ` JsonDeserializer ` interfaces.
13
+ * Spring Boot has been upgraded to ` 2.5.13 `
13
14
* ` SentryOptions#shutdownTimeout ` is renamed to ` shutdownTimeoutMillis ` .
14
15
* Removed ` @Deprecated ` and ` @ApiStatus.ScheduledForRemoval ` methods
15
16
* ` ITransaction#setRequest `
@@ -22,7 +23,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
22
23
* ` SentryOptions#setEnableSessionTracking `
23
24
* ` sentry.enable-tracing ` property
24
25
* ` SentrySpringRequestListener ` , ` SentrySpringFilter ` is used instead.
25
- * ` SentryUserProviderEventProcessor ` and ` SentryUserProvider ` , ` SentryUserFilter ` is used instead.
26
+ * ` SentryUserProviderEventProcessor ` , please use ` SentryUserProvider ` instead.
26
27
* ` SentryOptions#enableScopeSync ` is now enabled by default.
27
28
* ` ISpan ` now has higher precision using the ` System#nanoTime ` instead of milliseconds.
28
29
* ` TransactionNameProvider ` is now an interface and ` SpringMvcTransactionNameProvider ` is the default implementation.
You can’t perform that action at this time.
0 commit comments