Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 0217e83

Browse files
committed
Add a bugsnag artifact upload failures
1 parent 3140a3f commit 0217e83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/kotlin/slack/cli/exec/KnownIssues.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,13 @@ internal object KnownIssues {
8585
logMessage = "Detected a OOM that was killed by the kernel. Retrying immediately.",
8686
retrySignal = RetrySignal.RetryImmediately
8787
)
88+
89+
val bugsnagUploadFailed =
90+
Issue(
91+
message = "Bugsnag artifact upload failure",
92+
groupingHash = "bugsnag-upload-failure",
93+
matchingText = "Bugsnag request failed to complete",
94+
logMessage = "Detected bugsnag failed to upload. Retrying immediately.",
95+
retrySignal = RetrySignal.RetryImmediately
96+
)
8897
}

0 commit comments

Comments
 (0)