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
Currently, web framework instrumentations only allow configuring header extraction via environment variables. I want to add the option to configure them via constructor parameters. I think the code should be quite straightforward but I want to check if this would be an acceptable change before making a PR. Some background on why it wasn't implemented in the first place might also be helpful if it's something other than 'no one asked for it yet'.
The text was updated successfully, but these errors were encountered:
I think we followed what Java did at the time and used the same environment variables for consistency. We already support configuring some capabilities such as excluding URLs with construction params. This change is fine. Please send a pull request.
Currently, web framework instrumentations only allow configuring header extraction via environment variables. I want to add the option to configure them via constructor parameters. I think the code should be quite straightforward but I want to check if this would be an acceptable change before making a PR. Some background on why it wasn't implemented in the first place might also be helpful if it's something other than 'no one asked for it yet'.
The text was updated successfully, but these errors were encountered: