Skip to content

Commit a2a5f95

Browse files
committed
Renamed the stacking key
exceptionless/Exceptionless#187
1 parent 844aed8 commit a2a5f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Shared/Models/Client/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static class KnownDataKeys {
7878
public const string Version = "@version";
7979
public const string Level = "@level";
8080
public const string SubmissionMethod = "@submission_method";
81-
public const string ManualStackingKey = "@manual_stacking_key";
81+
public const string ManualStackingKey = "@stack";
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)