Skip to content

Commit 726a4a1

Browse files
.
1 parent 144b691 commit 726a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(self, include_prompts=True, max_spans=None):
8484

8585
if max_spans is not None:
8686
warnings.warn(
87-
"The `max_spans` parameter of the `LangchainIntegration` constructor is"
87+
"The `max_spans` parameter of `LangchainIntegration` is "
8888
"deprecated and will be removed in version 3.0 of sentry-sdk.",
8989
DeprecationWarning,
9090
stacklevel=2,

0 commit comments

Comments
 (0)