Skip to content

Commit 0214b26

Browse files
committed
lint
1 parent ad86a57 commit 0214b26

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/browser/src/profiling/integration.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import type { EventEnvelope, IntegrationFn, Profile, Span } from '@sentry/core';
2-
import {
3-
debug,
4-
defineIntegration,
5-
getActiveSpan,
6-
getRootSpan,
7-
hasSpansEnabled,
8-
SEMANTIC_ATTRIBUTE_PROFILE_ID,
9-
} from '@sentry/core';
2+
import { debug, defineIntegration, getActiveSpan, getRootSpan, hasSpansEnabled } from '@sentry/core';
103
import type { BrowserOptions } from '../client';
114
import { DEBUG_BUILD } from '../debug-build';
125
import { WINDOW } from '../helpers';

0 commit comments

Comments
 (0)