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 a47e98d commit 38add7eCopy full SHA for 38add7e
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
/** @deprecated Use `getDefaultIntegrations(options)` instead. */
33
export const defaultIntegrations = [
0 commit comments