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 a576e2d commit d4f15f1Copy full SHA for d4f15f1
Runtime/Native/iOS/NativeClient.cs
@@ -75,7 +75,7 @@ private void HandleNativeCrashes(BacktraceConfiguration configuration)
75
// add exception.type attribute to PLCrashReporter reports
76
// The library will send PLCrashReporter crashes to Backtrace
77
// only when Crash occured
78
- backtraceAttributes.Attributes["exception.type"] = "Crash";
+ backtraceAttributes.Attributes["error.type"] = "Crash";
79
var attributeKeys = backtraceAttributes.Attributes.Keys.ToArray();
80
var attributeValues = backtraceAttributes.Attributes.Values.ToArray();
81
0 commit comments