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 6f86cdb commit d06fa7cCopy full SHA for d06fa7c
DevProxy.Plugins/Inspection/OpenAITelemetryPlugin.cs
@@ -69,7 +69,7 @@ public sealed class OpenAITelemetryPlugin(
69
private TracerProvider? _tracerProvider;
70
71
private readonly ConcurrentDictionary<string, List<OpenAITelemetryPluginReportModelUsageInformation>> _modelUsage = [];
72
- private bool _isRecording = false;
+ private bool _isRecording;
73
74
public override string Name => nameof(OpenAITelemetryPlugin);
75
0 commit comments