Skip to content
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 2 replies

Comment options

You must be logged in to vote
2 replies
@pat-encoura
Comment options

@canopy-cj
Comment options

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
2 participants