sentry / sentry-laravel
Laravel SDK for Sentry (https://sentry.io)
Fund package maintenance!
sentry.io/pricing
sentry.io
Installs: 15 162 440
Dependents: 77
Suggesters: 1
Security: 0
Stars: 930
Watchers: 21
Forks: 133
Open Issues: 22
Requires
- php: ^7.2 | ^8.0
- illuminate/support: 5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0
- nyholm/psr7: ^1.0
- sentry/sdk: ^3.1
- sentry/sentry: 3.2.*
- symfony/psr-http-message-bridge: ^1.0 | ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: 2.18.*
- laravel/framework: 5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0
- mockery/mockery: 1.3.*
- orchestra/testbench: 3.1 - 3.8 | ^4.7 | ^5.1 | ^6.0
- phpunit/phpunit: ^5.7 | ^6.5 | ^7.5 | ^8.4 | ^9.3
- dev-master / 2.x-dev
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.9.0
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 0.x-dev
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-release/2.4.2
- dev-feature/add-sql-origin-to-query-tracing-span
This package is auto-updated.
Last update: 2021-03-25 07:23:33 UTC
README
Sentry for Laravel
Laravel integration for Sentry.
Laravel Version Compatibility
- Laravel
<= 4.2.x
is supported until0.8.x
- Laravel
<= 5.7.x
on PHP<= 7.0
is supported until0.11.x
- Laravel
>= 5.x.x
on PHP>= 7.1
is supported in all versions - Laravel
>= 6.x.x
on PHP>= 7.2
is supported starting from1.2.0
- Laravel
>= 7.x.x
on PHP>= 7.2
is supported starting from1.7.0
- Laravel
>= 8.x.x
on PHP>= 7.3
is supported starting from1.9.0
Please note that of version >= 2.0.0
we require PHP Version >= 7.2
because we are using our new PHP SDK underneath.
Installation
Contributing
Dependencies are managed through composer:
$ composer install
Tests can then be run via phpunit:
$ vendor/bin/phpunit