We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93247f9 commit ad14f48Copy full SHA for ad14f48
CHANGELOG.md
@@ -1,7 +1,19 @@
1
# Changelog
2
3
+## 4.14.1
4
+
5
+The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.1.
6
7
+### Bug Fixes
8
9
+- Ensure there is a newline before writing env variables [(#1002)](https://github.com/getsentry/sentry-laravel/pull/1002)
10
11
+ Fixed an issue where the `php artisan sentry:publish` command might not properly add newlines when writing environment variables to the `.env` file.
12
13
## 4.14.0
14
15
+The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.0.
16
17
### Bug Fixes
18
19
- Fix tracing when using Laravel Octane [(#997)](https://github.com/getsentry/sentry-laravel/pull/997)
0 commit comments