Closed tolivturnstile closed 4 months ago
You don't need to call Sentry.close
, having the Sentry.flush
call should be good enough that everything gets flushed.
You don't need to call
Sentry.close
, having theSentry.flush
call should be good enough that everything gets flushed.
@AbhiPrasad Removed the .close
and seems the issue has gone away. Thanks for the quick help!
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.11.0
Framework Version
Node v20.9.0
Link to Sentry event
n/a
SDK Setup
Steps to Reproduce
I am running a one-off TS script in which I want to manually report some custom metrics to Sentry.
Expected Result
I should see metrics in Sentry and no error logs
Actual Result
When executed locally, I see some "correct" logs, but always an error log at the end which I believe is indicative of the root cause. Here are my debug logs
Any idea what could be causing this
Transport disabled
issue ? I'm not behind a VPN, and not seeing any similar issues nor documentation for similar issues. Apologies in advance if I've missed a configuration or something here!Thanks!