File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1218,6 +1218,7 @@ def __init__(
12181218 before_send_metric : "Optional[Callable[[Metric, Hint], Optional[Metric]]]" = None ,
12191219 org_id : "Optional[str]" = None ,
12201220 strict_trace_continuation : bool = False ,
1221+ stream_gen_ai_spans : bool = False ,
12211222 ) -> None :
12221223 """Initialize the Sentry SDK with the given parameters. All parameters described here can be used in a call to `sentry_sdk.init()`.
12231224
@@ -1633,6 +1634,9 @@ def __init__(
16331634 but you can provide it explicitly for self-hosted and Relay setups. This value is used for
16341635 trace propagation and for features like `strict_trace_continuation`.
16351636
1637+ :param stream_gen_ai_spans: When set, generative AI spans are sent in a new transport format to
1638+ reduce downstream data loss.
1639+
16361640 :param _experiments:
16371641 """
16381642 pass
You can’t perform that action at this time.
0 commit comments