Upload to multiple Sentry instances? #14413
Unanswered
tlrobinson
asked this question in
Q&A
Replies: 1 comment
-
We do currently not support this use case. Using Sentry CLI would work but it is a bit more manual and hard with Next.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We run two Sentry instances, one for production and one for testing/development (and yes, I’m aware Sentry already has support for multiple environments). I’d like to upload source maps to both instances. Is there a good way to do this while using @sentry/nextjs?
I’ve tried using the CLI but have not been able to figure out how to do it correctly while also using @sentry/nextjs.
Beta Was this translation helpful? Give feedback.
All reactions