sampoyigi / ti-ext-sentry
Sentry.io integration for TastyIgniter
Installs: 422
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:tastyigniter-extension
Requires
- sentry/sentry-laravel: ^4.5.1
README
Integrates the sentry-laravel package into TastyIgniter.
Configuration
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
Installation
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.