Skip to content

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.

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
@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

3 participants