# Changelog ## 4.4.0 ### Features - Allow delayed job's exceptions to be reported to sentry until the last job retry [#1364](https://github.com/getsentry/sentry-ruby/pull/1364) Add the `report_after_job_retries` configuration option to only report an exception to Sentry if this is the last job's retry after multiple exceptions. ```ruby config.delayed_job.report_after_job_retries = true # default is false ``` - Use context for delayed_job's job info [#1395](https://github.com/getsentry/sentry-ruby/pull/1395) **Before:** job info in extra **After:** job info in context ## 4.3.1 - Return delayed job when the SDK is not initialized [#1373](https://github.com/getsentry/sentry-ruby/pull/1373) - Fixes [#1334](https://github.com/getsentry/sentry-ruby/issues/1334) ## 4.3.0 - No integration-specific changes ## 4.2.1 - Use ::Rails::Railtie for checking Rails definition [#1287](https://github.com/getsentry/sentry-ruby/pull/1284) - Convert job id to string to avoid weird syntax error [#1285](https://github.com/getsentry/sentry-ruby/pull/1285) - Fixes [#1282](https://github.com/getsentry/sentry-ruby/issues/1282) ## 4.2.0 - First release!