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

Profile conversion from ReadOnlySpan<T> to Tags in SystemDiagnosticsMetricsListener

Open jamescrosswell opened this issue 2 years ago • 0 comments

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

jamescrosswell avatar Jan 30 '24 02:01 jamescrosswell