Skip to content

Commit dbf59bf

Browse files
committed
Added autoSessionTracking flag to NodeOptions
1 parent 27f7c3e commit dbf59bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/node/src/backend.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ export interface NodeOptions extends Options {
3737
/** Sets the number of context lines for each frame when loading a file. */
3838
frameContextLines?: number;
3939

40+
/**
41+
*
42+
*/
43+
autoSessionTracking?: boolean;
44+
4045
/** Callback that is executed when a fatal global error occurs. */
4146
onFatalError?(error: Error): void;
4247
}

0 commit comments

Comments
 (0)