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
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
-
I'm trying to follow this OTEL JS reference: https://opentelemetry.io/docs/instrumentation/js/instrumentation/#recording-exceptions
But my x-ray trace doesn't show details on the span's (Segment details) Exception tab. Anything I missed ?
Below is my code trying to record an exception into x-ray trace/span. It's a modification of the code found https://github.com/aws-observability/aws-otel-community/blob/master/sample-apps/javascript-sample-app/server.js.
And how do I correlate logs with the traces ?
Beta Was this translation helpful? Give feedback.
All reactions