-
-
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
Traces created by startSpan are not logged when using @sentry/nestjs #12771
Comments
Hey @zoomkoding thanks for writing in. If you add |
These are the logs. Also, this issue remains the same when using the
|
Okay it seems like the SDK is creating data (traces/spans) I recommend writing into |
This issue has been solved after removing |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nestjs
SDK Version
8.13.0
Framework Version
Nestjs 10.0.0
Link to Sentry event
No response
SDK Setup/Reproduction Example
No response
Steps to Reproduce
I tried to use startSpan, but it does not log anything in Sentry Traces.
This is how I initialized Sentry.
This is how I used startSpan.
Expected Result
traces are shown on the web.
Actual Result
No traces on the web.
The text was updated successfully, but these errors were encountered: