Django - Deployment and Production
You want to monitor both errors and performance in your Django app using Sentry, but only want to sample 20% of transactions to reduce data volume. Which is the correct way to configure
traces_sample_rate in sentry_sdk.init()?