Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to disable sentry on my Next (App Router, Instrumentalization) app during development (i.e., when running
next dev
or whenprocess.NODE_ENV === "development"
.Has anyone figured out how to do this? I couldn't find a clear answer in the docs.
Beta Was this translation helpful? Give feedback.
All reactions