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 144b691 commit 726a4a1Copy full SHA for 726a4a1
sentry_sdk/integrations/langchain.py
@@ -84,7 +84,7 @@ def __init__(self, include_prompts=True, max_spans=None):
84
85
if max_spans is not None:
86
warnings.warn(
87
- "The `max_spans` parameter of the `LangchainIntegration` constructor is"
+ "The `max_spans` parameter of `LangchainIntegration` is "
88
"deprecated and will be removed in version 3.0 of sentry-sdk.",
89
DeprecationWarning,
90
stacklevel=2,
0 commit comments