I’m fairly new to frontend developing and have a problem when using Sentry with React as the errors aren’t shown in the console when testing the app but I get notifications for them with Sentry.
Is there a configuration I’m missing?
I’m fairly new to frontend developing and have a problem when using Sentry with React as the errors aren’t shown in the console when testing the app but I get notifications for them with Sentry.
Is there a configuration I’m missing?
You will need to manually detect development environments and disable Raven there.