Open
Description
Is there a way to set response_hooks for instrumentors during auto-instrumentation? Currently, I am setting it this way for django manual instrumentation:
DjangoInstrumentor().instrument(response_hook=response_hook)
But how can I achieve the same with auto-instrumentation or sitecustomize?