Skip to content
Prev Previous commit
Next Next commit
update
  • Loading branch information
nicohrubec committed Mar 11, 2026
commit 6fe21d321a1e9a249b8da840fffb414f1e7a7ca7
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

Automatically capture exceptions thrown in `@Cron`, `@Interval`, and `@Timeout` decorated methods.

The exception mechanism type for `@Cron` errors changed from `auto.cron.nestjs.async` to `auto.function.nestjs.cron`.
If you have Sentry queries or alerts that filter on the old mechanism type, update them accordingly.
Previously, exceptions in `@Cron` methods were only captured if you used the `SentryCron` decorator. Now they are
captured automatically. The exception mechanism type changed from `auto.cron.nestjs.async` to
`auto.function.nestjs.cron`. If you have Sentry queries or alerts that filter on the old mechanism type, update them
accordingly.

## 10.43.0

Expand Down
Loading