Skip to content

Commit 0d27f8b

Browse files
committed
changelog
1 parent 293191a commit 0d27f8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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

0 commit comments

Comments
 (0)