We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a8d64 commit b40a7e6Copy full SHA for b40a7e6
src/Elastic.Apm.StackExchange.Redis/ElasticApmProfiler.cs
@@ -18,7 +18,7 @@ namespace Elastic.Apm.StackExchange.Redis
18
/// <summary>
19
/// Captures redis commands sent with StackExchange.Redis client
20
/// </summary>
21
- internal class ElasticApmProfiler
+ public class ElasticApmProfiler
22
{
23
private readonly ConcurrentDictionary<string, ProfilingSession> _executionSegmentSessions =
24
new ConcurrentDictionary<string, ProfilingSession>();
0 commit comments