We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8142cac commit d5a2458Copy full SHA for d5a2458
newrelic/hooks/framework_aiohttp.py
@@ -17,6 +17,7 @@
17
18
from newrelic.api.external_trace import ExternalTrace
19
from newrelic.api.function_trace import function_trace
20
+from newrelic.api.time_trace import notice_error
21
from newrelic.api.transaction import current_transaction, ignore_transaction
22
from newrelic.api.web_transaction import web_transaction
23
from newrelic.common.async_wrapper import async_wrapper, is_coroutine_callable
0 commit comments