Skip to content

Commit 454a1b8

Browse files
authored
Prepare 4.12.0 (#979)
1 parent 9d7a34b commit 454a1b8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 4.12.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.12.0.
6+
7+
### Features
8+
9+
- Improve generation of slug for scheduled job cron monitoring [(#977)](https://github.com/getsentry/sentry-laravel/pull/977)
10+
11+
For scheduled jobs it's no longer needed to manually provide a slug to the [`->sentryMonitor()`](https://docs.sentry.io/platforms/php/guides/laravel/crons/#job-monitoring) call, it will be derived from the job class name.
12+
13+
### Bug Fixes
14+
15+
- Fix unable to parse notifiable [(#974)](https://github.com/getsentry/sentry-laravel/pull/974)
16+
- Fix triggering a missing attribute violation [(#978)](https://github.com/getsentry/sentry-laravel/pull/978)
17+
18+
### Misc
19+
20+
- Disable scheduled task tracing for backgrounded tasks [(#975)](https://github.com/getsentry/sentry-laravel/pull/975)
21+
22+
Backgrounded tasks show up a ~1ms transactions right now because we are effectively monitoring the time it takes to start the background process instead of the execution.
23+
We are [working on a solution](https://github.com/getsentry/sentry-laravel/pull/976) to this problem, but in the meantime, we are disabling the monitoring of backgrounded tasks (that was introduces in 4.11.0).
24+
325
## 4.11.0
426

527
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.11.0.

0 commit comments

Comments
 (0)