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 b6ae222 commit b718186Copy full SHA for b718186
newrelic/hooks/framework_aiohttp.py
@@ -15,9 +15,9 @@
15
import inspect
16
import itertools
17
18
-from newrelic.api.time_trace import notice_error
19
from newrelic.api.external_trace import ExternalTrace
20
from newrelic.api.function_trace import function_trace
+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