Open
Description
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 -
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()),
)
Expected Result
The overhead should be very little.
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner