sampoyigi/ti-ext-sentry

Sentry.io integration for TastyIgniter, log errors and exceptions to Sentry.io

Installs: 460

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:tastyigniter-package

v4.0.0 2025-05-06 01:41 UTC

This package is auto-updated.

Last update: 2025-05-06 01:42:00 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.