Skip to content

Commit 81b10fb

Browse files
authored
[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 fb1b74f commit 81b10fb

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)