Skip to content
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

Support measurement.unit #2150

Closed
Tracked by #31
marandaneto opened this issue Jul 4, 2022 · 0 comments · Fixed by #2204
Closed
Tracked by #31

Support measurement.unit #2150

marandaneto opened this issue Jul 4, 2022 · 0 comments · Fixed by #2204
Labels
Platform: Java Type: Bug Something isn't working

Comments

@marandaneto
Copy link
Contributor

Description

https://develop.sentry.dev/sdk/event-payloads/transaction/

{
  "measurements": {
    "my.custom.metric": { "value": 456, "unit": "millisecond" }
  }
}

MeasurementValue class serialize and deserialize should add support for it, it's currently losing its unit from Hybrid SDKs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Java Type: Bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants