Skip to content

Commit

Permalink
fix(browser): Change UserAgent export to HttpContext (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 authored and AbhiPrasad committed May 30, 2022
1 parent 8020d8a commit a839928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ export {
} from './stack-parsers';
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
export { SDK_NAME } from './version';
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, UserAgent, Dedupe } from './integrations';
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';

0 comments on commit a839928

Please sign in to comment.