Skip to content

Commit 91e85dc

Browse files
add space
1 parent fa60e8a commit 91e85dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/ai/monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_ai_pipeline_name() -> "Optional[str]":
3131

3232
def ai_track(description: str, **span_kwargs: "Any") -> "Callable[[F], F]":
3333
warnings.warn(
34-
"sentry_sdk.ai.ai_track is deprecated and will be removed in version 3.0 of sentry-sdk."
34+
"sentry_sdk.ai.ai_track is deprecated and will be removed in version 3.0 of sentry-sdk. "
3535
"Use the manual span API instead, e.g. sentry_sdk.start_span().",
3636
DeprecationWarning,
3737
stacklevel=2,

0 commit comments

Comments
 (0)