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.
UserAgent
HttpContext
1 parent 8020d8a commit a839928Copy full SHA for a839928
packages/browser/src/exports.ts
@@ -58,4 +58,4 @@ export {
58
} from './stack-parsers';
59
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
60
export { SDK_NAME } from './version';
61
-export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, UserAgent, Dedupe } from './integrations';
+export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';
0 commit comments