Skip to content

Commit 4f1b8a3

Browse files
committed
fix: Client
1 parent 12b2ebc commit 4f1b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DsnLike, Event, EventHint } from '@sentry/types';
33
import { getGlobalObject, logger } from '@sentry/utils';
44

55
import { BrowserBackend, BrowserOptions } from './backend';
6-
import { Breadcrumbs } from './integrations/index';
6+
import { Breadcrumbs } from './integrations';
77
import { SDK_NAME, SDK_VERSION } from './version';
88

99
/**

0 commit comments

Comments
 (0)