#thirdPartyErrorFilterIntegration in Next js

2 messages · Page 1 of 1 (latest)

honest dagger
#

Hi everyone,

I'm working on a Next.js project and I'm looking to integrate the new feature, thirdPartyErrorFilterIntegration. Could someone guide me on how to properly use this feature in Next.js? Additionally, where exactly should I add the applicationKey? Should I added the applicationKey in next.config.js in the withSentryConfig?

Thanks in advance for the help!

oak mulch
#

hey,

the applicationKey would go in the sentryWebpackPlugin options within your next.config.js. This would also be where the project, org, auth token variables go.