### Problem Statement I found that [dynamic_sampling_task_with_context](https://github.com/getsentry/sentry/blob/2ad7aac21f390c17ff66d97a25815cfba4272f39/src/sentry/dynamic_sampling/tasks/utils.py#L36) decorator capture message each time when task is run successfully. <img width="1251" alt="image" src="https://github.com/getsentry/sentry/assets/62235361/7050ddf1-8fec-4b8e-a0df-bfe80fc0cadd"> Version: sentry 23.8.0 522613d ### Solution Brainstorm remove capture_message in else [section](https://github.com/getsentry/sentry/blob/2ad7aac21f390c17ff66d97a25815cfba4272f39/src/sentry/dynamic_sampling/tasks/utils.py#L36). ### Product Area Crons
Problem Statement
I found that dynamic_sampling_task_with_context decorator capture message each time when task is run successfully.

Version: sentry 23.8.0 522613d
Solution Brainstorm
remove capture_message in else section.
Product Area
Crons