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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 3.5.1
4
+
5
+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.1.
6
+
7
+
### Bug Fixes
8
+
9
+
- Prevent registering terminating callback multiple times and guard against finishing already finished transactions [(#717)](https://github.com/getsentry/sentry-laravel/pull/717)
10
+
11
+
This fixes the `Call to a member function finish() on null` that could occur when using long running processes like on the CLI or with Laravel Octane.
12
+
3
13
## 3.5.0
4
14
5
15
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.0.
0 commit comments