Commit 483ef3b
authored
chore: Update error message when fail to send log (#790)
## Problem
When logs fail to be sent to Datadog, the extension prints an error:
> No more retries as the access was rejected
which I think can be more clear.
<img width="709" height="305" alt="Pasted Graphic"
src="https://github.com/user-attachments/assets/6eae0497-8b24-48d0-a192-5215c6e1560f"
/>
## This PR
Change the error message to:
> Failed to send logs to datadog because access was rejected. Is the API
key invalid?1 parent 41695c4 commit 483ef3b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments