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 8d6369a commit 8819f03Copy full SHA for 8819f03
platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/binformat/v1/issue_reporting/Report.kt
@@ -26,7 +26,8 @@ class ReportType private constructor() {
26
const val MemoryTermination: Byte = 4
27
const val NativeCrash: Byte = 5
28
const val StrictModeViolation: Byte = 6
29
- const val JavaScriptError: Byte = 7
+ const val JavaScriptNonFatalError: Byte = 7
30
+ const val JavaScriptFatalError: Byte = 8
31
}
32
33
0 commit comments