Skip to content

Commit 38add7e

Browse files
committed
fix export
1 parent a47e98d commit 38add7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { httpContextIntegration } from './integrations/httpcontext';
2727
import { linkedErrorsIntegration } from './integrations/linkederrors';
2828
import { browserApiErrorsIntegration } from './integrations/trycatch';
2929
import { defaultStackParser } from './stack-parsers';
30-
import { makeFetchTransport } from './transports';
30+
import { makeFetchTransport } from './transports/fetch';
3131

3232
/** @deprecated Use `getDefaultIntegrations(options)` instead. */
3333
export const defaultIntegrations = [

0 commit comments

Comments
 (0)