Sentry is not sending performance stats / traces from my node.js server and Cloud Functions fail #8451
-
I am initializing sentry with:
node.js version: 16.17.0 The Stats dashboard is populated with metrics but the Performance dashboard shows no data: Is there anything wrong with the SDK version or my configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
Two questions:
|
Beta Was this translation helpful? Give feedback.
-
@lforst
It still doesn't show any logs except the above. |
Beta Was this translation helpful? Give feedback.
-
@lforst
to
as the former versions don't provide support for Express and Mongo DB integration, Terraform fails to update my Cloud Functions:
I have also tried the first version that came up with these integrations i.e
but still keep getting the same error. I'm not able to find any proper documentation in the changelog regarding the integrations introduction or version compatibility matrix that could help me out. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue, with node v18.16.0 (npm v9.7.2) and @sentry/node 7.80.0. Below is the configuration.
Debug Log
Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Did you add the tracing middleware as outlined in https://docs.sentry.io/platforms/node/guides/express/#monitor-performance?