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.
1 parent a175485 commit cfcbe80Copy full SHA for cfcbe80
packages/browser/src/exports.ts
@@ -57,5 +57,6 @@ export {
57
opera11StackLineParser,
58
winjsStackLineParser,
59
} from './stack-parsers';
60
+export { eventFromException, eventFromMessage } from './eventbuilder';
61
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
62
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';
0 commit comments