Skip to content

Add performance monitoring to Tornado integration #1057

Description

@alterEgo123

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which SDK and version?
sentry-sdk==1.0.0

Steps to Reproduce

Create a python Tornado/Celery/Redis application and integrate sentry using:

sentry_sdk.init(
    "https://xxxxxxxxxxxxxxxxx",
    integrations=[TornadoIntegration(), CeleryIntegration(), RedisIntegration()],
    traces_sample_rate=1.0
)

Expected Result

Capture results and monitor performance.

Actual Result

Sentry is only capturing errors but the performance monitoring didn't work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions