Skip to content

Commit 794f65b

Browse files
authored
fix(browser): Change UserAgent export to HttpContext (#5033)
1 parent 1b924e7 commit 794f65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/exports.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ export {
5858
} from './stack-parsers';
5959
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
6060
export { SDK_NAME } from './version';
61-
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, UserAgent, Dedupe } from './integrations';
61+
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';

0 commit comments

Comments
 (0)