We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5c812 commit 51a07ffCopy full SHA for 51a07ff
1 file changed
sentry_sdk/consts.py
@@ -86,6 +86,7 @@ class CompressionAlgo(Enum):
86
"trace_lifecycle": Optional[Literal["static", "stream"]],
87
"ignore_spans": Optional[IgnoreSpansConfig],
88
"suppress_asgi_chained_exceptions": Optional[bool],
89
+ "gen_ai_as_v2_spans": Optional[bool],
90
},
91
total=False,
92
)
0 commit comments