We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e55ed commit c9d17a1Copy full SHA for c9d17a1
src/js/options.ts
@@ -49,7 +49,7 @@ export interface BaseReactNativeOptions {
49
50
/** Enable scope sync from Java to NDK on Android
51
* Only has an effect if `enableNdk` is `true`.
52
- */
+ */
53
enableNdkScopeSync?: boolean;
54
55
/** When enabled, all the threads are automatically attached to all logged events on Android */
0 commit comments