We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ba372 commit 3ec2c90Copy full SHA for 3ec2c90
packages/profiling-browser/test/integration.test.ts
@@ -1,8 +1,8 @@
1
+import type { Event } from '@sentry/types';
2
import { JSDOM } from 'jsdom';
3
-import { BrowserProfilingIntegration, PROFILING_EVENT_CACHE, sendProfile } from '../src/integration';
4
-import { Event } from '@sentry/types';
5
import { getCurrentHub } from '../../core/src/hub';
+import { BrowserProfilingIntegration, PROFILING_EVENT_CACHE, sendProfile } from '../src/integration';
6
7
describe('BrowserProfilingIntegration', () => {
8
beforeEach(() => {
0 commit comments