We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f503c8 commit c7ea053Copy full SHA for c7ea053
packages/browser/src/sdk.ts
@@ -44,6 +44,7 @@ export function getDefaultIntegrations(options: Options): Integration[] {
44
httpContextIntegration(),
45
];
46
47
+ // eslint-disable-next-line deprecation/deprecation
48
if (options.autoSessionTracking !== false) {
49
integrations.push(browserSessionIntegration());
50
}
0 commit comments