Replies: 1 comment 10 replies
-
Can you share a minimal repro? Also, make sure you are inspecting the Activity in the onend callback, not onstart in the processor. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a custom Processor and add it as the last one before my ConsoleExporter. I see on my console that my request does have an Activity.Tag "http.response.status_code" but my Processor doesn't not see that tag, which means it is being defined after my Processor. But as I said, my Processor is the last one added. So, does that mean that I cannot access that Activity tag using a Processor? Are there any other alternatives to have access to that http.response.status_code tag?
Beta Was this translation helpful? Give feedback.
All reactions