Project Board
https://github.com/orgs/getsentry/projects/150/views/1
Description
In getsentry/team-webplatform-meta#60 we added the necessary span data changes to the Python and JS SDKs for starfish. This issue tracks adding these fields to the remaining SDKs.
These include the following:
- HTTP information
The primary require is to add a new field to the span data field, http.request.method, representing the http method (GET, POST, PUT).
If possible, adding any of the OpenTelemetry common http attributes should be attempted, but is not a requirement.
### SDKs to update
- [x] Python SDK
- [x] JS SDKs
- [x] PHP SDKs
- [ ] https://github.com/getsentry/sentry-go/issues/713
- [ ] https://github.com/getsentry/sentry-dotnet/issues/2606
- [ ] https://github.com/getsentry/sentry-ruby/issues/2105
- [ ] https://github.com/getsentry/sentry-java/pull/2896
- [x] Android SDK (solved with ^)
- [ ] https://github.com/getsentry/sentry-dart/issues/1609
- [ ] https://github.com/getsentry/sentry-cocoa/issues/3234
- [ ] https://github.com/getsentry/sentry-php/pull/1581
- [ ] https://github.com/getsentry/sentry-symfony/pull/756
RFC
No response
Slack-Channel
#discuss-starfish
Notion Document(s)
https://www.notion.so/sentry/0333024900d14a3f8dd398a36ddb55bd?v=681d28a5fa2a4c4aa6437e49a087a241
Stakeholder(s)
@alexjillard
Team(s)
Web Backend