Skip to content

Commit 07d8214

Browse files
committed
garbage test
1 parent 9ebc93e commit 07d8214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/csharp/AwsToolkit.Telemetry.Events.SourceGenerator/DefinitionsBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private CodeMemberMethod CreateRecordMetricMethodByDataClass(Metric metric)
349349
CodeMemberMethod recordMethod = new CodeMemberMethod
350350
{
351351
Attributes = MemberAttributes.Public | MemberAttributes.Static,
352-
Name = $"Record{SanitizeName(metric.name)}",
352+
Name = $"XxRecord{SanitizeName(metric.name)}",
353353
ReturnType = new CodeTypeReference()
354354
};
355355

0 commit comments

Comments
 (0)