-
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Package
Sentry
.NET Flavor
.NET
.NET Version
8.0.0
OS
Any (not platform specific)
SDK Version
4.13.0
Self-Hosted Sentry Version
No response
Steps to Reproduce
- Create a ASP.NET Core project
- Add Sentry.AspNetCore and wire it up (.UseSentry + config)
"Sentry": {
"Dsn": "...",
"IncludeActivityData": true,
"MaxRequestBodySize": "None",
"TracesSampleRate": 1.0
},
- Add Yarp.ReverseProxy
- configure a route, that just echos the request back
- configure a route, that takes the request and forwards it to the echo route via YARP (in production it would be another api for us, but for local debugging i tested it with the echo endpoint)
- call the route via postman/etc.
Expected Result
The proxied request should show up in the trace as a child
Actual Result
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working
Projects
Status
Done
Status
No status
