Replies: 2 comments
-
Try to set |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems the same: JSON for the top event:
So it's in there, but doesn't display as "HTTP Method" The Extra/additional data also shows rather oddly in the UI: But I think that's an UI issue(?) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I configured Sentry to record performance. Overall this works reasonably well, but the HTTP method is always blank:
Try as I might, I just can't get it to show up; my little middleware:
Those Data and Tags fields get recorded, but not as the method:
I suppose just
GET /api/2/collections/{collection_id}
is workable, but it looks very odd.I'm not sure if I'm doing anything wrong or if it's a bug in the Go library?
Using 0.30.0 of this library. With Go 1.23.4.
Beta Was this translation helpful? Give feedback.
All reactions