-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of null (reading 'propagateTraceContextHeaders') #4138
Comments
Can repro with:
Log output:
|
trentm
added a commit
that referenced
this issue
Jul 30, 2024
…tion Before this change, instrumentation of `@aws-sdk/client-sns` would *crash* if there wasn't a current transaction. Fixes: #4138
PeterEinberger
pushed a commit
to fpm-git/apm-agent-nodejs
that referenced
this issue
Aug 20, 2024
…tion (elastic#4168) Before this change, instrumentation of `@aws-sdk/client-sns` would *crash* if there wasn't a current transaction. Fixes: elastic#4138
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apm-agent-nodejs/lib/instrumentation/modules/@aws-sdk/client-sns.js
Line 52 in b19a5d8
For some reason we ran into the case that
parentSpan
was null and the above line triggered an outage on one of our customer facing services.The text was updated successfully, but these errors were encountered: