Skip to content

Commit c7ea053

Browse files
committed
lint
1 parent 8f503c8 commit c7ea053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/src/sdk.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export function getDefaultIntegrations(options: Options): Integration[] {
4444
httpContextIntegration(),
4545
];
4646

47+
// eslint-disable-next-line deprecation/deprecation
4748
if (options.autoSessionTracking !== false) {
4849
integrations.push(browserSessionIntegration());
4950
}

0 commit comments

Comments
 (0)