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 b25ee21 commit 2ffcbc6Copy full SHA for 2ffcbc6
docs/platforms/python/integrations/langchain/index.mdx
@@ -78,6 +78,7 @@ Verify that the integration works by inducing an error:
78
79
```python
80
from langchain_openai import ChatOpenAI
81
+from langchain_core.output_parsers import StrOutputParser
82
import sentry_sdk
83
84
sentry_sdk.init(...) # same as above
0 commit comments