-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting experimental metricsAggregator: true
does not respect enabled
setting and hangs on connecting
#10837
Comments
If you add |
Only the basic |
I was able to reproduce this issue. It seems something is being problematic and not letting the node process exit. For now you can resolve this by only setting the |
Fixed with #11483, will be released end of this week. |
Fix released with https://github.com/getsentry/sentry-javascript/releases/tag/7.110.0 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/serverless
SDK Version
7.103.0
Framework Version
NodeJS 20.10
Link to Sentry event
No response
SDK Setup
Index.mjs
Steps to Reproduce
node index.mjs
Expected Result
Sentry not doing anything as it is disabled.
Actual Result
Need to kill the node process the hard way.
The text was updated successfully, but these errors were encountered: