-
Is there an existing issue for this?
How do you use Sentry?Self-hosted/on-premise Which package are you using?@sentry/node SDK Version7.12.1 Framework Versionexpress 4.18.1 Link to Sentry eventNo response Steps to ReproduceI have a API created with express, and I want to integrate sentry into this so I can make performance checks for routes (how often are routes called, what is the request, what is the response) and I thought of using Sentry for that. Right now my Sentry instance (Sentry 22.9.0.dev0 724ecd2) runs locally via Docker. I am trying to integrate Sentry like this:
I can see debugging logs like this in my console:
However I have no events of it in my Sentry WebUI. How can I check if requests (to Sentry) actually get sent? Expected ResultSee any results in Sentry WebUI > Performance Actual ResultNo results in Sentry WebUI > Performance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Having a verify transaction like this (like recommended from the Docs) used to show this transaction in the Sentry WebUI. It did this morning. Running the code again, does not produce it anymore. (Might be something because I tinkered with the |
Beta Was this translation helpful? Give feedback.
-
Fixed it. I had some other app listening on the same port (9000) and therefore no issues/reports got sent. Still, can this behaviour be reported back to the developer somehow? |
Beta Was this translation helpful? Give feedback.
-
Hey - glad to see you sorted out the issue. Is there something in particular you'd like to see reported back (any kind of specific info)? |
Beta Was this translation helpful? Give feedback.
Fixed it. I had some other app listening on the same port (9000) and therefore no issues/reports got sent.
Still, can this behaviour be reported back to the developer somehow?