Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Laravel 11 #845

Merged
merged 15 commits into from
Mar 8, 2024
Merged

Add support for Laravel 11 #845

merged 15 commits into from
Mar 8, 2024

Conversation

cleptric
Copy link
Member

@cleptric cleptric commented Feb 1, 2024

New setup instructions:

bootstrap/app.php

<?php

use Sentry\Laravel\Integration;

return Application::configure(basePath: dirname(__DIR__))
    ...
    ->withExceptions(function (Exceptions $exceptions) {
        Integration::handles($exceptions);
    })
    ->create();

@cleptric cleptric marked this pull request as draft February 1, 2024 10:28
@cleptric cleptric self-assigned this Feb 1, 2024
@cleptric cleptric marked this pull request as ready for review February 1, 2024 10:52
stayallive and others added 4 commits February 6, 2024 16:38
)

* Introduce helper to integrate Sentry using first class callbale syntax

* Update src/Sentry/Laravel/Integration.php

Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>

* Fix typo

---------

Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
@cleptric cleptric merged commit 19e3da6 into master Mar 8, 2024
24 checks passed
@cleptric cleptric deleted the laravel-11 branch March 8, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants