Conditional sentry build/upload #12787
Unanswered
gmourasilva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We have been using Sentry with Vercel and I'm looking for ways to speed things up.
Overall, we would like Sentry to run only in
main
. We have something like this right now:This conditional setup creates this kind of warning - no big deal
What I am looking for here is an alternative that
pnpm dev --turbo
with warnings (I think warning here are not a problem TBH)I thought in always export the nextConfig with sentry:
What is the best option to keep builds time low if I want to opt out Sentry?
Beta Was this translation helpful? Give feedback.
All reactions