Replies: 4 comments 4 replies
-
CC @mydea |
Beta Was this translation helpful? Give feedback.
-
Hello, this all looks correct as far as I can tell. What Node version are you using? I'll try to make some time to reproduce this, maybe it is more of a propagation issue 🤔 |
Beta Was this translation helpful? Give feedback.
-
So after looking some more into this, turns out we were actually not respecting To clarify, is the |
Beta Was this translation helpful? Give feedback.
-
Is this still a problem in the current version of the SKD? Otherwise, we may close this? |
Beta Was this translation helpful? Give feedback.
-
I've been trying to add tracing using
8.0.0-alpha.4
to our codebase.I have this code in our codebase:
Below are the logs at the time when the request is issued and when it is received:
The key thing to notice is that
sentry-trace
andbaggage
headers are not added to the request, and I cannot tell why.My best guess is that it is somehow related to
tracePropagationTargets
. However, I've tried every value I could think of and I am still unable to make it work.Here is our config:
It would be nice if
tracePropagationTargets
accept a function, so I could at least confidently tell if that's the issue.For what it is worth, these are the initialization logs:
It appears that
NodeFetch
is patched correctly, so I expect it to just work.Beta Was this translation helpful? Give feedback.
All reactions