Bump sentry/sentry-laravel from 4.14.0 to 4.15.0 in the php-dependencies group
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by driesvints
dependencies php
Bumps the php-dependencies group with 1 update: sentry/sentry-laravel.
Updates sentry/sentry-laravel from 4.14.0 to 4.15.0
Release notes
Sourced from sentry/sentry-laravel's releases.
4.15.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.0.
Features
Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)
To enable this feature, add the
sentry_logslog channel in yourconfig/logging.phpconfiguration:'channels' => [ ... 'sentry' => [ 'driver' => 'sentry_logs', 'level' => env('LOG_LEVEL', 'info'), ], ... ],Add
SENTRY_ENABLE_LOGS=trueto your.envfile.Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.
use Illuminate\Support\Facades\Log;Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
4.14.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.1.
Bug Fixes
Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)
Fixed an issue where the
php artisan sentry:publishcommand might not properly add newlines when writing environment variables to the.envfile.
Changelog
Sourced from sentry/sentry-laravel's changelog.
4.15.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.0.
Features
Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)
To enable this feature, add the
sentry_logslog channel in yourconfig/logging.phpconfiguration:'channels' => [ ... 'sentry' => [ 'driver' => 'sentry_logs', 'level' => env('LOG_LEVEL', 'info'), ], ... ],Add
SENTRY_ENABLE_LOGS=trueto your.envfile.Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.
use use Illuminate\Support\Facades\Log;Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
4.14.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.1.
Bug Fixes
Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)
Fixed an issue where the
php artisan sentry:publishcommand might not properly add newlines when writing environment variables to the.envfile.
Commits
481398frelease: 4.15.05212efaPrepare 4.15.0 (#1005)a47c482Exposeenable_logsoption (#1004)f33d9ffAdd Sentry logs (#1000)7dda008Merge branch 'release/4.14.1'8b71a92release: 4.14.1ad14f48Prepare 4.14.1 (#1003)93247f9Ensure there is a newline before writing env variables (#1002)42d03afMerge branch 'release/4.14.0'- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+25
-26
Package Dependencies
sentry/sentry-laravel
packagist
4.14.0 → 4.15.0
Minor
the php-dependencies group
Technical Details
| ID: | 1532457 |
| UUID: | 2589304181 |
| Node ID: | PR_kwDOBNPhPs6aVaV1 |
| Host: | GitHub |
| Repository: | laravelio/paste.laravel.io |
| Merge State: | Unknown |