Commit 1e29a72
fix(core): throw AggregateError after Promise.allSettled to preserve caller failure detection
Keep Promise.allSettled for resilience (all providers get a chance to flush),
but throw AggregateError if any failed so callers can still detect failures.
Co-authored-by: Eric Allam <ericallam@users.noreply.github.com>1 parent c5b5fde commit 1e29a72Copy full SHA for 1e29a72
1 file changed
+10Lines changed: 10 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/core/src/v3/otel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/core/src/v3/otel/tracingSDK.ts
Copy file name to clipboardExpand all lines: packages/core/src/v3/otel/tracingSDK.ts+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
375 | 375 | |
376 | 376 | |
377 | 377 | |
| 378 | + |
378 | 379 | |
379 | 380 | |
380 | 381 | |
| 382 | + |
381 | 383 | |
382 | 384 | |
| 385 | + |
| 386 | + |
| 387 | + |
383 | 388 | |
384 | 389 | |
385 | 390 | |
| ||
389 | 394 | |
390 | 395 | |
391 | 396 | |
| 397 | + |
392 | 398 | |
393 | 399 | |
394 | 400 | |
| 401 | + |
395 | 402 | |
396 | 403 | |
| 404 | + |
| 405 | + |
| 406 | + |
397 | 407 | |
398 | 408 | |
399 | 409 | |
|
0 commit comments