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 12b2ebc commit 4f1b8a3Copy full SHA for 4f1b8a3
packages/browser/src/client.ts
@@ -3,7 +3,7 @@ import { DsnLike, Event, EventHint } from '@sentry/types';
3
import { getGlobalObject, logger } from '@sentry/utils';
4
5
import { BrowserBackend, BrowserOptions } from './backend';
6
-import { Breadcrumbs } from './integrations/index';
+import { Breadcrumbs } from './integrations';
7
import { SDK_NAME, SDK_VERSION } from './version';
8
9
/**
0 commit comments