Replies: 1 comment 2 replies
-
@juheise |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi folks! I was wondering if there is a way to use the auto instrumentation for the requests library just for a particular instance of
requests.Session
instead of instrumenting the whole requests library. I want all the usual auto instrumentation for requests, but I want to be able to decide which module is getting instrumented and which isn't. It seems there's some hardwired monkey patching going on, but I'm not 100% sure that I understood correctly. Any advice appreciated, thx.Beta Was this translation helpful? Give feedback.
All reactions