Skip to content

Commit 0eb8748

Browse files
committed
feat(browser): HTTPClient Integration
1 parent 391c781 commit 0eb8748

File tree

10 files changed

+528
-4
lines changed

10 files changed

+528
-4
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
winjsStackLineParser,
5959
} from './stack-parsers';
6060
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
61-
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';
61+
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, HttpClient, Dedupe } from './integrations';

0 commit comments

Comments
 (0)