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 3fa7ccf commit 6bc7673Copy full SHA for 6bc7673
packages/browser/src/sdk.ts
@@ -27,7 +27,7 @@ import { httpContextIntegration } from './integrations/httpcontext';
27
import { linkedErrorsIntegration } from './integrations/linkederrors';
28
import { browserApiErrorsIntegration } from './integrations/trycatch';
29
import { defaultStackParser } from './stack-parsers';
30
-import { makeFetchTransport } from './transports';
+import { makeFetchTransport } from './transports/fetch';
31
32
/** Get the default integrations for the browser SDK. */
33
export function getDefaultIntegrations(_options: Options): Integration[] {
0 commit comments