Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.0.0-beta.6
Framework Version
No response
Link to Sentry event
No response
SDK Setup
N/A
Steps to Reproduce
We upgraded from 8.0.0-alpha.9
to 8.0.0-beta.6
.
Expected Result
Everything to work.
Actual Result
Experienced major performance degradation.
There are no errors per se. However, service performance has dropped to a halt.
The most noticeable symptom was occasional errors coming from pg
module complaining about timeouts, e.g.
Error: timeout expired
at Timeout._onTimeout (/srv/node_modules/.pnpm/pg@8.11.5/node_modules/pg/lib/client.js:106:28)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
Worth noticing that we are also heavily relying on Zod. I noticed that it was mentioned in the upgrade changelog.
Metadata
Metadata
Assignees
Type
Projects
Status
No status