Issues with Sentry
#12275
Replies: 2 comments 4 replies
-
@olaj You may be interested by UnlyEd/next-right-now#28 Branch (preset) where Sentry is configured: |
Beta Was this translation helpful? Give feedback.
3 replies
-
So i found out why the client errors wasn't logged. I had the "Filter event from localhost" turned on in Sentry ¯_(ツ)_/¯ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have messed around with Next and Sentry the last couple of days and i have some questions.
I have cloned the "with-sentry-simple" example and have configured sentry and so on. My main issue is with the sitemaps. I'm running the project with yarn build / yarn start locally. I have not deployed it to a server.
When i generate a server side error it gets logged to sentry and I get this: https://i.imgur.com/d6jXnv0.png, should it look like that with a sourcemap? Do i have to too high exceptions and expected it to show the exact JS file as it look in the project? Or is something not working correctly?
The clientside errors doesn't show up at all in sentry.
Am i'm doing something wrong and in that case what? Let me know if you want more info.
Beta Was this translation helpful? Give feedback.
All reactions