You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,7 +65,13 @@ def extract_agent_attribute_from_methods(args, kwargs, method_name, methods, par
61
65
value=args[index]
62
66
returnvalue
63
67
exceptException:
64
-
_logger.warning("Exception occurred in PyZeebe instrumentation: failed to extract %s from %s. Report this issue to New Relic support.", param, method_name, exc_info=True)
68
+
_logger.warning(
69
+
"Exception occurred in PyZeebe instrumentation: failed to extract %s from %s. Report this issue to New Relic support.",
70
+
param,
71
+
method_name,
72
+
exc_info=True,
73
+
)
74
+
65
75
66
76
# Async wrapper that instruments router/worker annotations`
0 commit comments