diff --git a/sentry_sdk/scope.py b/sentry_sdk/scope.py index 4e3bb87489..fbe97ddf44 100644 --- a/sentry_sdk/scope.py +++ b/sentry_sdk/scope.py @@ -1568,7 +1568,7 @@ def update_from_kwargs( user=None, # type: Optional[Any] level=None, # type: Optional[LogLevelStr] extras=None, # type: Optional[Dict[str, Any]] - contexts=None, # type: Optional[Dict[str, Any]] + contexts=None, # type: Optional[Dict[str, Dict[str, Any]]] tags=None, # type: Optional[Dict[str, str]] fingerprint=None, # type: Optional[List[str]] ):