The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.1.
Bug Fixes
Prevent registering terminating callback multiple times and guard against finishing already finished transactions [(#717)](getsentry/sentry-laravel#717)
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.
3.5.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.0.
Note: This feature requires Laravel >= 10.13.0 to hail any new spans.
This will add a http.route.response span which identifies possible actions taken to prepare the response, especially when using Illuminate\Contracts\Support\Responsable classes.
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.1.
Bug Fixes
Prevent registering terminating callback multiple times and guard against finishing already finished transactions [(#717)](getsentry/sentry-laravel#717)
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.
3.5.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.5.0.
Note: This feature requires Laravel >= 10.13.0 to hail any new spans.
This will add a http.route.response span which identifies possible actions taken to prepare the response, especially when using Illuminate\Contracts\Support\Responsable classes.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps sentry/sentry-laravel from 3.4.1 to 3.5.1.
Release notes
Sourced from sentry/sentry-laravel's releases.
Changelog
Sourced from sentry/sentry-laravel's changelog.
Commits
85c2168
release: 3.5.15e90ab5
Prevent registering terminating callback multiple times and incorrectly tryin...42de0d2
Merge branch 'release/3.5.0'008243a
release: 3.5.0b0aa60c
Prepare 3.5.0 (#714)7729117
Refactor queue integration (#692)63fa831
Addhttp.route.response
span (#708)de3d2e0
Improve terminating callbacks visibility (#707)728c145
Bump base SDK (#711)46fc4e4
ImprovelazyLoadingViolationReporter
helper (#709)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)