You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is quite a discussed issue nowadays and I am seeking help because I didn't find an answer in any thread.
Currently, I am using @sentry/nextjs 8.0.0 and getting millions of hydration errors in Sentry monthly. They are being filtered by the inbound filters but this is not enough. Ideally, I would like to get rid of them from the client side before they get sent to the Sentry itself.
I have tried multiple approaches but they are still slipping through:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I know this is quite a discussed issue nowadays and I am seeking help because I didn't find an answer in any thread.
Currently, I am using
@sentry/nextjs 8.0.0
and getting millions of hydration errors in Sentry monthly. They are being filtered by the inbound filters but this is not enough. Ideally, I would like to get rid of them from the client side before they get sent to the Sentry itself.I have tried multiple approaches but they are still slipping through:
and
But still getting these errors:
Any workaround that works for you folks? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions