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 d109d4b commit a22532aCopy full SHA for a22532a
packages/core/test/lib/base.test.ts
@@ -1,6 +1,6 @@
1
import { Hub, Scope, Session } from '@sentry/hub';
2
import { Event, Span, Transport } from '@sentry/types';
3
-import { logger, SentryError, SyncPromise, dsnToString } from '@sentry/utils';
+import { logger, SentryError, dsnToString, SyncPromise } from '@sentry/utils';
4
5
import * as integrationModule from '../../src/integration';
6
import { TestBackend } from '../mocks/backend';
0 commit comments