-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Background:
http.status
is set in different places in different SDKs which creates some problems in processing for metrics extraction and then
Requirements:
- Need status code number (standard HTTP status code 2xx, 4xx, 5xx, etc)
- The SDK should never on it's own set this as a tag - as this adds expense due to indexing being based on tags
- the location of storage needs to be in a standard location based on span schema
- follow existing standard in develop docs
- of not starfish has a workstream to standardize span schema rfc(feature): Aligning the Span Schema with OpenTelemetry rfcs#89
Note: .NET and Java are handled in getsentry/team-sdks#9.
### Validate Per SDK and check as is
- [ ] https://github.com/getsentry/sentry-cocoa/issues/3076
- [ ] https://github.com/getsentry/sentry-dart/issues/1473
- [x] https://github.com/getsentry/sentry-java/pull/2786
- [x] React Native
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done