getsentry / getsentry/sentry-dotnet
Drop support setMeasurement in favor of `transaction.SetData`
Open
.NET
Improvement
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
We are in the process of deprecating [custom measurements]() (the `setMeasurement` API) in favour of just numeric attributes via span metrics.
See, examples:
Python: [https://docs.sentry.io/platforms/python/tracing/instrumentation/custom-instrumentation/#improving-data-on-transactions-and-spans]()
Java: [https://docs.sentry.io/platforms/java/tracing/instrumentation/custom-instrumentation/#improving-data-on-transactions-and-spans]()
Contributor guide
Assessment
This issue has not been assessed yet.