Skip to content

Commit e7e9199

Browse files
committed
Prettier likes semicolons.
1 parent 45f807b commit e7e9199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function startSessionTracking(): void {
195195
const document = window.document;
196196

197197
if (typeof document === 'undefined') {
198-
logger.warn('Session tracking in non-browser environment with @sentry/browser is not supported.')
198+
logger.warn('Session tracking in non-browser environment with @sentry/browser is not supported.');
199199
return;
200200
}
201201

0 commit comments

Comments
 (0)