Skip to content

Commit a839928

Browse files
Lms24AbhiPrasad
authored andcommitted
fix(browser): Change UserAgent export to HttpContext (#5033)
1 parent 8020d8a commit a839928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/exports.ts

Lines changed: 1 addition & 1 deletion
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)