Replies: 1 comment
-
Hey @justin--, if you drop the event with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone. Trying to figure out whats going on. In some situations where we send an exception back to back, we notice that our nodejs server will slow down quite a bit. Something that loads within a second will take 2+ seconds, and if something generated a lot of errors at once it could block the server for 10s+.
Has anyone experienced this? I've done this with the following test middleware. (this is an extreme example of doing it on every request, but it can be reproduced in isolation on a single request awhile trying to do other requests).
I've tried changing different settings, and even pointed to the public sentry server to rule out being my company's sentry server. I'm a loss because this can easily cause latency issues for us, making me want to stop using it for server error tracking.
Beta Was this translation helpful? Give feedback.
All reactions