Commit 0f43ac7
authored
chore: stack trace for failed change detection (#1799)
## Why
When SDK changelog generation fails due to a panic, e.g.: a nil pointer
exception, we swallow the stack trace and log an error.
## What changed?
Extended the logged error with stack trace after recovery. This helps us
find the root cause of changelog detection issues.1 parent a2d7afd commit 0f43ac7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments