8000
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.
message_stop
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the integration modifies the Anthropic stream iterators to ignore events of type message_stop:
sentry-python/sentry_sdk/integrations/anthropic.py
Lines 177 to 211 in 3b28649
Is this intentional? This is a meaningful event (as indicated in the Anthropic documentation) and I wouldn't expect Sentry to modify this behavior.
The text was updated successfully, but these errors were encountered:
Hey @john-sungjin , this seems in deed odd. I have asked the author of the integration internally. I will get back to you.
Sorry, something went wrong.
We have a PR with a fix merged! This will be released soon!
Successfully merging a pull request may close this issue.
It seems that the integration modifies the Anthropic stream iterators to ignore events of type
message_stop
:sentry-python/sentry_sdk/integrations/anthropic.py
Lines 177 to 211 in 3b28649
Is this intentional? This is a meaningful event (as indicated in the Anthropic documentation) and I wouldn't expect Sentry to modify this behavior.
The text was updated successfully, but these errors were encountered: