Skip to content

Commit 596eda4

Browse files
author
Luca Forstner
committed
lint & size limit
1 parent 5206c77 commit 596eda4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = [
180180
name: 'CDN Bundle (incl. Tracing, Replay)',
181181
path: createCDNPath('bundle.tracing.replay.min.js'),
182182
gzip: true,
183-
limit: '73 KB',
183+
limit: '73.1 KB',
184184
},
185185
{
186186
name: 'CDN Bundle (incl. Tracing, Replay, Feedback)',

packages/core/src/fetch.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ import type { Client, HandlerDataFetch, Scope, Span, SpanOrigin } from '@sentry/
22
import {
33
BAGGAGE_HEADER_NAME,
44
SENTRY_BAGGAGE_KEY_PREFIX,
5-
SENTRY_BAGGAGE_KEY_PREFIX_REGEX,
65
dynamicSamplingContextToSentryBaggageHeader,
76
generateSentryTraceHeader,
87
isInstanceOf,
9-
parseBaggageHeader,
108
parseUrl,
119
} from '@sentry/utils';
1210
import { getClient, getCurrentScope, getIsolationScope } from './currentScopes';

0 commit comments

Comments
 (0)