-
-
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
Sentry doesn't emit any instrumentation events when using Fastify adapter #14400
Closed
3 tasks done
Labels
Package: nestjs
Issues related to the Sentry Nestjs SDK
Comments
github-actions
bot
added
the
Package: nestjs
Issues related to the Sentry Nestjs SDK
label
Nov 21, 2024
Hey @LuisCarrilloR, thanks for filing this. Could you please provide a reproduction repo or stackblitz so we can try this? |
@chargome could we possibly add an E2E test app for this, to check if this generally works? |
@mydea yes, got this on my list 👍 |
@andreiborza, it seems to be addressed here: #14549. Going to check later and close the issue if it works, thanks! |
Everything is working! Thanks, guys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.39.0
Framework Version
NestJS 10.3.10
Link to Sentry event
No response
Reproduction Example/SDK Setup
Having the following configuration, the app continously logs
Isolation scope is still the default isolation scope, skipping setting transactionName.
Steps to Reproduce
Expected Result
I expect to see at least some transactions in Sentry but nothing is being sent.
Actual Result
Events are not being detected while using the app
The text was updated successfully, but these errors were encountered: