-
Notifications
You must be signed in to change notification settings - Fork 215
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
Unable to send performance data to Sentry (echo integration) #642
Comments
Can you add |
The
The curl command that I'm using is |
Sorry, I missed this. Our |
same applies to gin-gonic it seems.. perhaps worth of documenting or making common function to all? |
added gin #644 at least for me it works, but not sure is everything like should |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Would be lovely if you could add some docs. Just spend like too much time trying to figure out why it's not working... |
Which part of the docs made you believe we do create transactions for echo automatically? |
No part. The fact that I came from JS/Python and it worked out of the box. |
can you add this information to your web site docs, please? I was searching for a long time for the solution. thanks. |
Summary
I'm following the documentation and I'm not able to send performance data to Sentry.io. This doesn't happen with other features like messages or events. In order to reproduce the error, I created a
hello world
app with a basic integration of Sentry.Steps To Reproduce
Here you have the code https://go.dev/play/p/A9scQPjpE0r?v=goprev
Expected Behavior
I'm expecting to see metrics.
Screenshots
Sentry.io Event
Environment
SDK
sentry-go
version: 0.21.0Sentry
Additional context
The text was updated successfully, but these errors were encountered: