Skip to content

Commit 7d86a8a

Browse files
committed
Add core statistic
Add the statistic for uncaught exceptions. Related to zaproxy/zaproxy#8162. Signed-off-by: thc202 <thc202@gmail.com>
1 parent da1cb4a commit 7d86a8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/data/statistics.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,13 @@
436436
code: main/zap/src/main/java/org/zaproxy/zap/extension/pscan/scanner/StatsPassiveScanner.java
437437
desc: The number of messages which include the given content type
438438

439+
- key: stats.error.core.uncaught
440+
scope: global
441+
type: counter
442+
repo: zaproxy/zaproxy
443+
code: main/zap/src/main/java/org/zaproxy/zap/ZAP.java
444+
desc: The number of uncaught exceptions
445+
439446
- key: stats.exim.copy.url
440447
scope: global
441448
type: counter

0 commit comments

Comments
 (0)