Skip to content

Commit 4f3eb7e

Browse files
authored
misc: typo CHANGELOG.md navigation integrations (#4089)
1 parent 3384bfd commit 4f3eb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
- Add Android Logger when new frame event is not emitted ([#4081](https://github.com/getsentry/sentry-react-native/pull/4081))
2424
- React Native Tracing Deprecations ([#4073](https://github.com/getsentry/sentry-react-native/pull/4073))
2525
- `new ReactNativeTracing` to `reactNativeTracingIntegration()`
26-
- `new ReactNavigationInstrumentation` to `reactNativeTracingIntegration()`.
27-
- `new ReactNativeNavigationInstrumentation` to `reactNativeTracingIntegration()`.
26+
- `new ReactNavigationInstrumentation` to `reactNavigationIntegration()`.
27+
- `new ReactNativeNavigationInstrumentation` to `reactNativeNavigationIntegration()`.
2828
- `ReactNavigationV4Instrumentation` won't be supported in the next major SDK version, upgrade to `react-navigation@5` or newer.
2929
- `RoutingInstrumentation` and `RoutingInstrumentationInstance` replace by `Integration` interface from `@sentry/types`.
3030
- `enableAppStartTracking`, `enableNativeFramesTracking`, `enableStallTracking`, `enableUserInteractionTracing` moved to `Sentry.init({})` root options.

0 commit comments

Comments
 (0)