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 27f7c3e commit dbf59bfCopy full SHA for dbf59bf
packages/node/src/backend.ts
@@ -37,6 +37,11 @@ export interface NodeOptions extends Options {
37
/** Sets the number of context lines for each frame when loading a file. */
38
frameContextLines?: number;
39
40
+ /**
41
+ *
42
+ */
43
+ autoSessionTracking?: boolean;
44
+
45
/** Callback that is executed when a fatal global error occurs. */
46
onFatalError?(error: Error): void;
47
}
0 commit comments