Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-tornado/src/open…
Browse files Browse the repository at this point in the history
…telemetry/instrumentation/tornado/__init__.py

Co-authored-by: Leighton Chen <lechen@microsoft.com>
  • Loading branch information
owais and lzchen committed Apr 13, 2021
1 parent b6f07a1 commit 22c7cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def client_response_hook(span, response):
TornadoInstrumentor().instrument(
server_request_hook=server_request_hook,
client_request_hook=client_request_hook,
client_response_hook=client_resposne_hook
client_response_hook=client_response_hook
)
API
Expand Down

0 comments on commit 22c7cc5

Please sign in to comment.