Skip to content

quillphp/quill-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quill Sentry Middleware

Sentry integration for the Quill PHP Framework. Provides effortless error tracking and performance monitoring.

Installation

composer require quillphp/sentry

Usage

use Quill\Sentry\Sentry;

$app->use(Sentry::new([
    'dsn' => 'your-sentry-dsn',
    'environment' => 'production',
]));

Configuration

Option Default Description
`environment` `'production'` The environment name.
`release` `'1.0.0'` Application release version.
`sample_rate` `1.0` Percentage of errors to report (0 to 1).
`traces_sample_rate` `null` Percentage of transactions to report for tracing (0 to 1).

License

MIT

About

Sentry integration for the Quill PHP Framework

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages