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 9ebc93e commit 07d8214Copy full SHA for 07d8214
telemetry/csharp/AwsToolkit.Telemetry.Events.SourceGenerator/DefinitionsBuilder.cs
@@ -349,7 +349,7 @@ private CodeMemberMethod CreateRecordMetricMethodByDataClass(Metric metric)
349
CodeMemberMethod recordMethod = new CodeMemberMethod
350
{
351
Attributes = MemberAttributes.Public | MemberAttributes.Static,
352
- Name = $"Record{SanitizeName(metric.name)}",
+ Name = $"XxRecord{SanitizeName(metric.name)}",
353
ReturnType = new CodeTypeReference()
354
};
355
0 commit comments