We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Saas (sentry.io)
2.26.0
Since upgrading sentry-sdk[fastapi] to 2.26.0 I am seeing deprecation warnings for code that uses the sentry_sdk.trace decorator.
DeprecationWarning: The `same_process_as_parent` parameter is deprecated.
This warning appears to be related to configuring spans with the same_process_as_parent argument, but I am not using that function directly.
The previous version, 2.25.0 does not emit this warning.
No deprecation warning should be emitted, since as far as I can tell, sentry_sdk.trace is not marked deprecated.
The text was updated successfully, but these errors were encountered:
Thanks @bruceduhamel, this was an oversight, we'll get rid of the deprecation warning in the next release (probably tomorrow).
Sorry, something went wrong.
same_process_as_parent
706d2d2
Fixed in 2.26.1.
sentrivana
Successfully merging a pull request may close this issue.
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.26.0
Steps to Reproduce
Since upgrading sentry-sdk[fastapi] to 2.26.0 I am seeing deprecation warnings for code that uses the sentry_sdk.trace decorator.
This warning appears to be related to configuring spans with the same_process_as_parent argument, but I am not using that function directly.
The previous version, 2.25.0 does not emit this warning.
Expected Result
No deprecation warning should be emitted, since as far as I can tell, sentry_sdk.trace is not marked deprecated.
Actual Result
The text was updated successfully, but these errors were encountered: