We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3b914 commit c6689c4Copy full SHA for c6689c4
src/options.ts
@@ -39,7 +39,7 @@ export interface BaseNativescriptOptions {
39
/** Should the native nagger alert be shown or not. */
40
enableNativeNagger?: boolean;
41
42
- /** Should sessions be tracked to Sentry Health or not. */
+ /** Should sessions be tracked to Sentry Health or not. Default to true! */
43
enableAutoSessionTracking?: boolean;
44
45
/** The interval to end a session if the App goes to the background. */
0 commit comments