Sentry.io integration for TastyIgniter, log errors and exceptions to Sentry.io
sampoyigi/ti-ext-sentry is a Laravel package for sentry.io integration for tastyigniter, log errors and exceptions to sentry.io.
It currently has 1 GitHub stars and 612 downloads on Packagist (latest version v4.0.1).
Install it with composer require sampoyigi/ti-ext-sentry.
Discover more Laravel packages by sampoyigi
or browse all Laravel packages to compare alternatives.
Last updated
Integrates the sentry-laravel package into TastyIgniter.
If you are using the .env file for configuration, simply add your Sentry DSN to the environment file
as SENTRY_LARAVEL_DSN or SENTRY_DSN.
After you have provided the DSN, you can go to example.com/debug-sentry to test that exceptions are being reported
to Sentry. Note that by default this route is only enabled when debug mode is enabled, although you can set it to be
explicitly enabled or disabled by changing SENTRY_ENABLE_TEST_ROUTE in the .env file
Clone the repository into extensions/sampoyigi/sentry and
then run composer update from your project root in order to pull in the dependencies.
To install it with Composer, run composer require sampoyigi/ti-ext-sentry from your project root.