Description
Sentry Metrics are back! In a trace-connected fashion and aggregated at query time.
This is a follow-up to #16138, where we removed our first approach to Metrics (sorry).
Related resources:
Concerned code
|
// Re-enable when Metris feature is available again |
|
// SentrySdk.Metrics.Increment("actions", tags: new Dictionary<string, string> { { "command", Code.ToString() } }); |
|
// Re-enable when Metris feature is available again |
|
// SentrySdk.Metrics.Increment("Triggered git checkout"); |
|
// Re-enable when Metris feature is available again |
|
// SentrySdk.Metrics.Increment("Triggered create git branch"); |
|
// Re-enable when Metris feature is available again |
|
// SentrySdk.Metrics.Increment("Triggered git checkout"); |
Gains
Re-enable a previously removed feature from Sentry.
The feature is currently in Open Beta, with an Experimental .NET API, where early feedback is most impactful (and we very much appreciate it).
Requirements
Update Package Sentry from 6.0.0 to 6.1.0.
Comments
Our Metrics Product in Sentry is currently in Open Beta.
Our .NET APIs are currently in an Experimental state.
We would love to hear your feedback on both the product, and most certainly also the shape of the public API surface area, as we plan to mark them as stable in the SDK by March.
I got a Pull Request ready to go, if you'd like me to open it for further discussions / questions.
Description
Sentry Metrics are back! In a trace-connected fashion and aggregated at query time.
This is a follow-up to #16138, where we removed our first approach to Metrics (sorry).
Related resources:
Concerned code
Files/src/Files.App/Data/Commands/ActionCommand.cs
Lines 147 to 148 in 00e3ab4
Files/src/Files.App/Utils/Git/GitHelpers.cs
Lines 181 to 182 in 00e3ab4
Files/src/Files.App/Utils/Git/GitHelpers.cs
Lines 275 to 276 in 00e3ab4
Files/src/Files.App/Utils/Git/GitHelpers.cs
Lines 181 to 182 in 00e3ab4
Gains
Re-enable a previously removed feature from Sentry.
The feature is currently in Open Beta, with an
Experimental.NET API, where early feedback is most impactful (and we very much appreciate it).Requirements
Update Package
Sentryfrom6.0.0to6.1.0.Comments
Our Metrics Product in Sentry is currently in Open Beta.
Our .NET APIs are currently in an Experimental state.
We would love to hear your feedback on both the product, and most certainly also the shape of the public API surface area, as we plan to mark them as stable in the SDK by March.
I got a Pull Request ready to go, if you'd like me to open it for further discussions / questions.