Skip to content

Commit

Permalink
ref(browser): Remove top level eventbuilder exports (#4887)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timfish authored and AbhiPrasad committed May 30, 2022
1 parent cb2923c commit c3ffa2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/browser/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ export {
export { BrowserOptions } from './backend';
export { BrowserClient } from './client';
export { injectReportDialog, ReportDialogOptions } from './helpers';
export { eventFromException, eventFromMessage } from './eventbuilder';
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
export { SDK_NAME } from './version';

0 comments on commit c3ffa2a

Please sign in to comment.