Skip to content

How to add thirdPartyErrorFilterIntegration in NextJS? #13431

Answered by canopy-cj
canopy-cj asked this question in Q&A
Discussion options

You must be logged in to vote

Actually solved it adding below in sentryConfig in next.config.js

export default withSentryConfig(nextConfig, {
  org: "...",
  project: "...",

  unstable_sentryWebpackPluginOptions: {
    applicationKey: 'YOUR_APPLICATION_KEY',
  },
});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by canopy-cj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant