Commit d7eae64
fix(core): remove duplicate error logging and improve AggregateError messages
- Remove per-provider console.error calls (rely on AggregateError for error propagation)
- Include failed provider names in AggregateError message for better debugging
Co-authored-by: Eric Allam <ericallam@users.noreply.github.com>1 parent 1e29a72 commit d7eae64Copy full SHA for d7eae64
1 file changed
+6-4Lines changed: 6 additions & 4 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+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
376 | 376 | |
377 | 377 | |
378 | 378 | |
| 379 | + |
379 | 380 | |
380 | 381 | |
381 | | - |
| 382 | + |
382 | 383 | |
383 | 384 | |
384 | 385 | |
385 | 386 | |
386 | | - |
| 387 | + |
387 | 388 | |
388 | 389 | |
389 | 390 | |
| ||
395 | 396 | |
396 | 397 | |
397 | 398 | |
| 399 | + |
398 | 400 | |
399 | 401 | |
400 | | - |
| 402 | + |
401 | 403 | |
402 | 404 | |
403 | 405 | |
404 | 406 | |
405 | | - |
| 407 | + |
406 | 408 | |
407 | 409 | |
408 | 410 | |
|
0 commit comments