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

Reintroduce Lumen support #685

Merged
merged 5 commits into from May 8, 2023
Merged

Reintroduce Lumen support #685

merged 5 commits into from May 8, 2023

Conversation

stayallive
Copy link
Collaborator

@stayallive stayallive commented May 1, 2023

Lumen was dropped in #579, but this might have been a little too soon.

So, here it is, back again with support for Laravel 10.x components!

Also a little improved where we should see better transaction names more often hopefully.

This was tested quite quickly so a little more testing would be helpful, you can install this by running the following:

composer require "sentry/sentry-laravel:dev-lumen@dev"

After this you can continue with the docs to register Sentry in your bootstrap/app.php: https://docs.sentry.io/platforms/php/guides/laravel/other-versions/lumen/

Relates: #684.

README.md Show resolved Hide resolved
Copy link
Member

@cleptric cleptric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the minor update in the README, this looks great!

$router->get('example[/{id}]', 'ExampleController@show');

Screenshot 2023-05-08 at 04 22 28

@cleptric cleptric linked an issue May 8, 2023 that may be closed by this pull request
@stayallive stayallive marked this pull request as ready for review May 8, 2023 09:49
# Conflicts:
#	README.md
@stayallive stayallive merged commit d30d531 into master May 8, 2023
19 checks passed
@stayallive stayallive deleted the lumen branch May 8, 2023 13:41
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.

Cannot install on Lumen 10.x
2 participants