File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Fixes
6+
7+ - Allow disabling native on RNNA ([ #2978 ] ( https://github.com/getsentry/sentry-react-native/pull/2978 ) )
8+
59### Dependencies
610
711- Bump JavaScript SDK from v7.47.0 to v7.48.0 ([ #2975 ] ( https://github.com/getsentry/sentry-react-native/pull/2975 )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { isTurboModuleEnabled } from './utils/environment';
2727import { utf8ToBytes } from './vendor' ;
2828
2929const RNSentry : Spec | undefined = isTurboModuleEnabled ( )
30- ? TurboModuleRegistry . getEnforcing < Spec > ( 'RNSentry' )
30+ ? TurboModuleRegistry . get < Spec > ( 'RNSentry' )
3131 : NativeModules . RNSentry ;
3232
3333export interface Screenshot {
You can’t perform that action at this time.
0 commit comments