Download the PHP package sentry/sentry-laravel without Composer
On this page you can find all versions of the php package sentry/sentry-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sentry/sentry-laravel
More information about sentry/sentry-laravel
Files in sentry/sentry-laravel
Package sentry-laravel
Short Description Laravel SDK for Sentry (https://sentry.io)
License MIT
Homepage https://sentry.io
Informations about the package sentry-laravel
Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions
Official Sentry SDK for Laravel
This is the official Laravel SDK for Sentry.
Getting Started
The installation steps below work on version 11.x of the Laravel framework.
For older Laravel versions and Lumen see:
Install
Install the sentry/sentry-laravel
package:
Enable capturing unhandled exception to report to Sentry by making the following change to your bootstrap/app.php
:
Alternatively, you can configure Sentry as a Laravel Log Channel, allowing you to capture
info
anddebug
logs as well.
Configure
Configure the Sentry DSN with this command:
It creates the config file (config/sentry.php
) and adds the DSN
to your .env
file.
Usage
To learn more about how to use the SDK refer to our docs.
Laravel Version Compatibility
The Laravel and Lumen versions listed below are all currently supported:
- Laravel
>= 11.x.x
on PHP>= 8.2
is supported starting from4.3.0
- Laravel
>= 10.x.x
on PHP>= 8.1
is supported starting from3.2.0
- Laravel
>= 9.x.x
on PHP>= 8.0
is supported starting from2.11.0
- Laravel
>= 8.x.x
on PHP>= 7.3
is supported starting from1.9.0
- Laravel
>= 7.x.x
on PHP>= 7.2
is supported starting from1.7.0
- Laravel
>= 6.x.x
on PHP>= 7.2
is supported starting from1.2.0
Please note that starting with version >= 2.0.0
we require PHP Version >= 7.2
because we are using our new PHP SDK underneath.
The Laravel versions listed below were supported in previous versions of the Sentry SDK for Laravel:
- 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 until2.14.x
Contributing to the SDK
Please refer to CONTRIBUTING.md.
Getting Help/Support
If you need help setting up or configuring the Laravel SDK (or anything else in the Sentry universe) please head over to the Sentry Community on Discord. There is a ton of great people in our Discord community ready to help you!
Resources
License
Licensed under the MIT license, see LICENSE
.
All versions of sentry-laravel with dependencies
illuminate/support Version ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0
sentry/sentry Version ^4.10
symfony/psr-http-message-bridge Version ^1.0 | ^2.0 | ^6.0 | ^7.0
nyholm/psr7 Version ^1.0