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 e12b3fc commit ab56171Copy full SHA for ab56171
packages/browser/test/profiling/UIProfiler.test.ts
@@ -3,7 +3,7 @@
3
*/
4
5
import * as Sentry from '@sentry/browser';
6
-import { debug,type Span } from '@sentry/core';
+import { debug, type Span } from '@sentry/core';
7
import { afterEach, beforeEach, describe, expect, it, type Mock, vi } from 'vitest';
8
import type { BrowserOptions } from '../../src/index';
9
0 commit comments