Commit 50fca62
authored
chore: Improve trace agent error message (#900)
# This PR
Add some details to trace agent error messages.
# Motivation
#899 mentions
the error log:
```
DD_EXTENSION | ERROR | Failed to buffer the request body: length limit exceeded
```
This error message is probably from Rust, not from our extension, and
it's hard to pinpoint where it's logged. My hypothesis is it's from the
two places touched by this PR. Let's add details to the log messages so
if someone sees the same error again, we know where it's from.1 parent ac00d97 commit 50fca62
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
551 | 556 | | |
552 | 557 | | |
553 | 558 | | |
554 | | - | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
555 | 565 | | |
556 | 566 | | |
557 | 567 | | |
| |||
0 commit comments