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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 4.18.0
4
+
5
+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.18.0.
6
+
7
+
### Bug Fixes
8
+
9
+
- Ensure we flush logs when the application unexpectedly terminates [(#1052)](https://github.com/getsentry/sentry-laravel/pull/1052)
10
+
11
+
### Misc
12
+
13
+
- Use `SENTRY_LOG_LEVEL` environment variable instead of `SENTRY_LOGS_LEVEL` to be more consistent (`SENTRY_LOGS_LEVEL` will keep working as an alias for backward compatibility). [(#1051)](https://github.com/getsentry/sentry-laravel/pull/1051)
14
+
- Bump the PHP SDK to version `4.16.0`[(#1053)](https://github.com/getsentry/sentry-laravel/pull/1053)
15
+
3
16
## 4.17.0
4
17
5
18
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.17.0.
0 commit comments