Skip to content

Commit c84413e

Browse files
committed
size limit, biome
1 parent 9904d28 commit c84413e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = [
2222
path: 'packages/browser/build/npm/esm/index.js',
2323
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
2424
gzip: true,
25-
limit: '70 KB',
25+
limit: '71 KB',
2626
},
2727
{
2828
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',

packages/core/src/asyncContext/stackStrategy.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { Client, Hub, Scope as ScopeInterface } from '@sentry/types';
2-
import { GLOBAL_OBJ, getGlobalSingleton, isThenable, logger } from '@sentry/utils';
1+
import type { Client, Scope as ScopeInterface } from '@sentry/types';
2+
import { getGlobalSingleton, isThenable } from '@sentry/utils';
33
import { getDefaultCurrentScope, getDefaultIsolationScope } from '../currentScopes';
44
import { Scope } from '../scope';
55

6-
import { Carrier, getMainCarrier, getSentryCarrier } from '../carrier';
6+
import { getMainCarrier, getSentryCarrier } from '../carrier';
77
import { getCurrentHubShim } from '../getCurrentHubShim';
88
import type { AsyncContextStrategy } from './types';
99

0 commit comments

Comments
 (0)