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 d0c38a2 commit b15626cCopy full SHA for b15626c
sentry_sdk/integrations/ray.py
@@ -36,7 +36,7 @@ def _check_sentry_initialized() -> None:
36
)
37
38
39
-def _insert_sentry_tracing_in_signature(func):
+def _insert_sentry_tracing_in_signature(func: "Callable[..., Any]") -> None:
40
# Patching new_func signature to add the _sentry_tracing parameter to it
41
# Ray later inspects the signature and finds the unexpected parameter otherwise
42
signature = inspect.signature(func)
0 commit comments