beezz / ddtrace-graphql

Python library for Datadog tracing of graphql calls.
MIT License
35 stars 19 forks source link

Unpatch was missing a log message when unpatching `execute_and_validate` #85

Closed namanshenoy closed 3 years ago

namanshenoy commented 3 years ago

unpatch function was missing a log statment when unpatching here: https://github.com/beezz/ddtrace-graphql/blob/354ca60eea95d6add8928e84696a16fce127c50a/ddtrace_graphql/patch.py#L47