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 45f807b commit e7e9199Copy full SHA for e7e9199
packages/browser/src/sdk.ts
@@ -195,7 +195,7 @@ function startSessionTracking(): void {
195
const document = window.document;
196
197
if (typeof document === 'undefined') {
198
- logger.warn('Session tracking in non-browser environment with @sentry/browser is not supported.')
+ logger.warn('Session tracking in non-browser environment with @sentry/browser is not supported.');
199
return;
200
}
201
0 commit comments