Skip to content

Commit a60350f

Browse files
Fix 5.11.0 changelog (#3335)
Cancel background transaction on app in background was in 5.10.0 in the changelog but actually released in 5.11.0
1 parent 5446992 commit a60350f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- Ignore defaults when warning about duplicate definition of trace propagation targets ([#3327](https://github.com/getsentry/sentry-react-native/pull/3327))
7373
- Screenshots are not taken when the SDK is disabled ([#3333](https://github.com/getsentry/sentry-react-native/pull/3333))
7474
- Use deprecated `ReactNativeTracingOptions.tracingOrigins` if set in the options ([#3331](https://github.com/getsentry/sentry-react-native/pull/3331))
75+
- Cancel auto instrumentation transaction when app goes to background ([#3307](https://github.com/getsentry/sentry-react-native/pull/3307))
7576

7677
### Dependencies
7778

@@ -96,10 +97,6 @@
9697
- This flag equals `true` when Hermes Bundle contains Debug Info (Hermes Source Map was not emitted)
9798
- Add `enableNdk` property to ReactNativeOptions for Android. ([#3304](https://github.com/getsentry/sentry-react-native/pull/3304))
9899

99-
### Fixes
100-
101-
- Cancel auto instrumentation transaction when app goes to background ([#3307])(https://github.com/getsentry/sentry-react-native/pull/3307)
102-
103100
## 5.9.2
104101

105102
### Fixes

0 commit comments

Comments
 (0)