-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
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
7.73.0
Framework Version
No response
Link to Sentry event
[redacted]
Reproduction Example/SDK Setup
Sentry.init({
dsn: process.env.NODE_ENV === 'production' && SENTRY_SERVER_DSN,
release: process.env.RELEASE_VERSION,
environment: process.env.NODE_ENV,
});
Steps to Reproduce
console.log(`Sending to Sentry...`);
Sentry.captureException(error, { extra });
In my logs I see:
Mar 23 14:33:18 ip-172-30-1-243 web[3564377]: [23/03/2025 14:33:18.851] [LOG] Sending to Sentry...
Expected Result
I expect every log of Sending to Sentry...
to have a corresponding error event on my Sentry dashboard.
Actual Result
Hundreds of such errors have been logged so far, but only 4 events have made it to Sentry.
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
Type
Projects
Status
Waiting for: Product Owner