Skip to content

Commit 9d29071

Browse files
timfishlobsterkatie
authored andcommitted
[v7] feat(browser): Remove top level eventbuilder exports (#4887)
These exports were historically used in `@sentry/electron`, but are no longer being used by the Electron SDK or the React Native SDK, so they can be removed.
1 parent 7d3a3bf commit 9d29071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser/src/exports.ts

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ export {
4444
export { BrowserOptions } from './backend';
4545
export { BrowserClient } from './client';
4646
export { injectReportDialog, ReportDialogOptions } from './helpers';
47-
export { eventFromException, eventFromMessage } from './eventbuilder';
4847
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
4948
export { SDK_NAME } from './version';

0 commit comments

Comments
 (0)