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 9eed1cc commit 3f738afCopy full SHA for 3f738af
sentry_sdk/_types.py
@@ -78,6 +78,7 @@ def substituted_because_contains_sensitive_data(cls):
78
},
79
)
80
81
+
82
T = TypeVar("T")
83
Annotated = Union[AnnotatedValue, T]
84
@@ -98,7 +99,6 @@ def substituted_because_contains_sensitive_data(cls):
98
99
from typing import Type
100
from typing_extensions import Literal, TypedDict
101
-
102
class SDKInfo(TypedDict):
103
name: str
104
version: str
0 commit comments