-
Notifications
You must be signed in to change notification settings - Fork 98
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 Profiling Integration doesn't work #102
Comments
Any news about that? I can confirm that the problem exists in |
|
According to the Sentry docs for NodeJS, tracing is already enabled: https://docs.sentry.io/platforms/node/performance/#enable-tracing |
Has anyone managed to solve this issue? |
I end up using the plain I forked a repository with a generic nestjs implementation and develop this to support tracing. |
@AdamGerthel @StPaulis check my workaround above. |
This is the suggested configuration from the docs:
This is my module configuration:
Profiling doesn't work and
profilesSampleRate
produces a type error.The text was updated successfully, but these errors were encountered: