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.19.2
https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/tracing.py#L290
My APM is reporting high cou usage from the above line.
My sentry init -
sentry_sdk.init( dsn=config.SENTRY_URL, integrations=[DjangoIntegration(), CeleryIntegration()], send_default_pii=True, enable_tracing=False, environment=ENV, max_request_body_size="always", server_name=os.environ.get("CONTAINER_NAME", socket.getfqdn()), )
The overhead should be very little.
The text was updated successfully, but these errors were encountered:
Hey @debugger22 thanks for writing in.
There was a PR that addressed a similar problem but it was not merged because we thought it was fixed with another PR.
So maybe it is time to reopen this PR.
Sorry, something went wrong.
No branches or pull requests
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.19.2
Steps to Reproduce
https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/tracing.py#L290
My APM is reporting high cou usage from the above line.
My sentry init -
Expected Result
The overhead should be very little.
Actual Result
The text was updated successfully, but these errors were encountered: