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
Is there any guidance on how to handle/trap errors when the JavaScript OTel sdk exports (sends) telemetry? I'd like to be able to trap networking issues (e.g. offline or repeated failures) in my app and then avoid/disable attempts to send telemetry in the future (for that session).
I'd also rather not have to write my own SpanProcessor to make that happen if at all possible too 😄
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there any guidance on how to handle/trap errors when the JavaScript OTel sdk exports (sends) telemetry? I'd like to be able to trap networking issues (e.g. offline or repeated failures) in my app and then avoid/disable attempts to send telemetry in the future (for that session).
I'd also rather not have to write my own
SpanProcessor
to make that happen if at all possible too 😄Beta Was this translation helpful? Give feedback.
All reactions