sampoyigi/ti-ext-sentry

Sentry.io integration for TastyIgniter

Installs: 395

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:tastyigniter-package

dev-main 2022-08-27 08:28 UTC

This package is auto-updated.

Last update: 2024-02-29 21:20:44 UTC


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.