internal/chartconfig: collect counters for Delve

Adds counters for Delve's unexpected crashes and internal errors.

Fixes golang/go#72129

Change-Id: I2125ccb7f9ee16e228848fa7c02a8684c5d8928f
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/655415
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
diff --git a/internal/chartconfig/config.txt b/internal/chartconfig/config.txt
index 924b193..fb7dfbd 100644
--- a/internal/chartconfig/config.txt
+++ b/internal/chartconfig/config.txt
@@ -183,4 +183,22 @@
 issue: https://go.dev/issue/73036
 program: github.com/golang/vscode-go/vscgo
 module: github.com/golang/vscode-go
-version: v0.47.0
\ No newline at end of file
+version: v0.47.0
+---
+counter: crash/crash
+title: Unexpected Delve crashes
+description: stacks of goroutines running when Delve crashes
+type: stack
+issue: https://go.dev/issue/72129
+program: github.com/go-delve/delve/cmd/dlv
+depth: 16
+version: v1.24.2
+---
+counter: delve/bug
+title: Delve Internal Errors
+description: counts stacks for internal debugger errors
+type: stack
+issue: https://go.dev/issue/72129
+program: github.com/go-delve/delve/cmd/dlv
+depth: 16
+version: v1.24.2