Skip to content

Commit 45b7e75

Browse files
committed
fix lint and size-limit
1 parent f06a051 commit 45b7e75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = [
4747
path: 'packages/browser/build/npm/esm/index.js',
4848
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
4949
gzip: true,
50-
limit: '76 KB',
50+
limit: '77 KB',
5151
},
5252
{
5353
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',

packages/browser/test/tracing/linkedTraces.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { addChildSpanToSpan, getCurrentScope, SentrySpan, Span, spanToJSON, timestampInSeconds } from '@sentry/core';
1+
import type { Span } from '@sentry/core';
2+
import { addChildSpanToSpan, SentrySpan, spanToJSON, timestampInSeconds } from '@sentry/core';
23
import { beforeEach, describe, expect, it, vi } from 'vitest';
34
import { BrowserClient } from '../../src';
45
import type { PreviousTraceInfo } from '../../src/tracing/linkedTraces';

0 commit comments

Comments
 (0)