Skip to content

Commit cfcbe80

Browse files
feat(browser): Export event builder methods for use in other SDKs (#6515)
1 parent a175485 commit cfcbe80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/src/exports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ export {
5757
opera11StackLineParser,
5858
winjsStackLineParser,
5959
} from './stack-parsers';
60+
export { eventFromException, eventFromMessage } from './eventbuilder';
6061
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
6162
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, HttpContext, Dedupe } from './integrations';

0 commit comments

Comments
 (0)