You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 4.1.2
4
+
5
+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.1.2.
6
+
7
+
### Bug Fixes
8
+
9
+
- Fix unable to set `callable` for `integrations` option [(#826)](https://github.com/getsentry/sentry-laravel/pull/826)
10
+
11
+
- Fix performance traces not being collected for Laravel Lumen unless missing routes are reported [(#822)](https://github.com/getsentry/sentry-laravel/pull/822)
12
+
13
+
- Fix configuration options for queue job tracing not applying correctly [(#820)](https://github.com/getsentry/sentry-laravel/pull/820)
14
+
15
+
### Misc
16
+
17
+
- Allow newer versions of `symfony/psr-http-message-bridge` dependency [(#829)](https://github.com/getsentry/sentry-laravel/pull/829)
18
+
3
19
## 4.1.1
4
20
5
21
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.1.1.
0 commit comments