File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 66
77- Reduce excessive CPU usage when serializing breadcrumbs to disk for ANRs ([ #4181 ] ( https://github.com/getsentry/sentry-java/pull/4181 ) )
88- Ensure app start type is set, even when ActivityLifecycleIntegration is not running ([ #4250 ] ( https://github.com/getsentry/sentry-java/pull/4250 ) )
9+ - Use ` SpringServletTransactionNameProvider ` as fallback for Spring WebMVC ([ #4263 ] ( https://github.com/getsentry/sentry-java/pull/4263 ) )
10+ - In certain cases the SDK was not able to provide a transaction name automatically and thus did not finish the transaction for the request.
11+ - We now first try ` SpringMvcTransactionNameProvider ` which would provide the route as transaction name.
12+ - If that does not return anything, we try ` SpringServletTransactionNameProvider ` next, which returns the URL of the request.
913
1014### Behavioral Changes
1115
You can’t perform that action at this time.
0 commit comments