sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Support `measurement.unit`

Open marandaneto opened this issue 3 years ago • 0 comments

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

marandaneto avatar Jul 04 '22 11:07 marandaneto