sentry-dotnet
sentry-dotnet copied to clipboard
Profile conversion from ReadOnlySpan<T> to Tags in SystemDiagnosticsMetricsListener
Worth profiling this to see the impact. This being ReadOnlySpan<T> and us allocating immutableArray then dictionary from it seems like could show up depending how often this is called.
Originally posted by @bruno-garcia in https://github.com/getsentry/sentry-dotnet/pull/3052#discussion_r1470371383