Describe the bug
Sentry is capturing breadcrumbs of delayed-job event every time, which is a long text (check the screenshot). So, capture exception repeatedly crashes the DB because of the text limit
To Reproduce
- Configure sentry with
async enabled
- Go to console and capture the custom error message
Sentry.capture_message("Custom error message")
- Repeat the above script for a few times; Every time it records the delayed-job log in the breadcrumbs and the DB Stops working
Environment
- Ruby Version: 2.7
- SDK Version: 4.3.2
- Integration Versions (if any): rails 6.1, delayed-job 4.1.8
This is not necessary but could be helpful.

Describe the bug
Sentry is capturing breadcrumbs of delayed-job event every time, which is a long text (check the screenshot). So, capture exception repeatedly crashes the DB because of the text limit
To Reproduce
asyncenabledEnvironment
This is not necessary but could be helpful.
