You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle processor exceptions and fix tracing log formatting (#1292)
* Wrap each call in `SynchronousMultiTracingProcessor`
(`on_trace_start`, `on_trace_end`, `on_span_start`, `on_span_end`,
`shutdown`, `force_flush`) in a `try/except` so one failing processor
won’t prevent the others from running.
* Add a missing space in the `logger.error` message when no active trace
is found, ensuring it reads “…first Returning NoOpSpan.” cleanly.
0 commit comments