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 b6ae222Copy full SHA for b6ae222
newrelic/hooks/framework_aiohttp.py
@@ -15,6 +15,7 @@
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
21
from newrelic.api.transaction import current_transaction, ignore_transaction
0 commit comments