Skip to content

Commit d4f15f1

Browse files
committed
Changed attribute to error.type
1 parent a576e2d commit d4f15f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Native/iOS/NativeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private void HandleNativeCrashes(BacktraceConfiguration configuration)
7575
// add exception.type attribute to PLCrashReporter reports
7676
// The library will send PLCrashReporter crashes to Backtrace
7777
// only when Crash occured
78-
backtraceAttributes.Attributes["exception.type"] = "Crash";
78+
backtraceAttributes.Attributes["error.type"] = "Crash";
7979
var attributeKeys = backtraceAttributes.Attributes.Keys.ToArray();
8080
var attributeValues = backtraceAttributes.Attributes.Values.ToArray();
8181

0 commit comments

Comments
 (0)