Skip to content

Commit

Permalink
feat(browser): Export thirdPartyErrorFilterIntegration from `@sentr…
Browse files Browse the repository at this point in the history
…y/browser` (#12512)
  • Loading branch information
lforst authored Jun 17, 2024
1 parent 1b6c22e commit 17a0f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export {
makeMultiplexedTransport,
moduleMetadataIntegration,
zodErrorsIntegration,
thirdPartyErrorFilterIntegration,
} from '@sentry/core';
export type { Span } from '@sentry/types';
export { makeBrowserOfflineTransport } from './transports/offline';
Expand Down

0 comments on commit 17a0f2e

Please sign in to comment.