Skip to content

Commit

Permalink
chore(eventbuilder): Export exceptionFromError for use in hybrid SD…
Browse files Browse the repository at this point in the history
…Ks (#8766)
  • Loading branch information
krystofwoldrich authored Aug 9, 2023
1 parent 84ea658 commit bffbaf6
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 @@ -61,7 +61,7 @@ export {
opera11StackLineParser,
winjsStackLineParser,
} from './stack-parsers';
export { eventFromException, eventFromMessage } from './eventbuilder';
export { eventFromException, eventFromMessage, exceptionFromError } from './eventbuilder';
export { createUserFeedbackEnvelope } from './userfeedback';
export { defaultIntegrations, forceLoad, init, onLoad, showReportDialog, wrap, captureUserFeedback } from './sdk';
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';

0 comments on commit bffbaf6

Please sign in to comment.