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 a3b6e5d commit a5cc928Copy full SHA for a5cc928
sentry_sdk/scope.py
@@ -1568,7 +1568,7 @@ def update_from_kwargs(
1568
user=None, # type: Optional[Any]
1569
level=None, # type: Optional[LogLevelStr]
1570
extras=None, # type: Optional[Dict[str, Any]]
1571
- contexts=None, # type: Optional[Dict[str, Any]]
+ contexts=None, # type: Optional[Dict[str, Dict[str, Any]]]
1572
tags=None, # type: Optional[Dict[str, str]]
1573
fingerprint=None, # type: Optional[List[str]]
1574
):
0 commit comments