Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

update Python Sentry integration #2038

Open
rahulbot opened this issue Jan 26, 2021 · 0 comments
Open

update Python Sentry integration #2038

rahulbot opened this issue Jan 26, 2021 · 0 comments

Comments

@rahulbot
Copy link
Contributor

Sentry sent me an email saying we are using an old version. They pointed to docs to help and this code:

import sentry_sdk
sentry_sdk.init("your DSN",
    # Set traces_sample_rate to 1.0 to capture 100%
    # of transactions for performance monitoring.
    # We recommend adjusting this value in production.
    traces_sample_rate=1.0,
)

So it looks like upgrading may not be a hard task. It didn't indicate any impending deprecation, but I marked this as a bug because there might be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant