You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Sentry sent me an email saying we are using an old version. They pointed to docs to help and this code:
importsentry_sdksentry_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.
The text was updated successfully, but these errors were encountered:
Sentry sent me an email saying we are using an old version. They pointed to docs to help and this code:
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.
The text was updated successfully, but these errors were encountered: