Skip to content

milankyncl/nette-sentry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry bridge for Nette framework

Prolog

First of all - I do not own the original idea of creating this repository, I forked the code from nofutur3/nette-sentry repository. I updated this repository and posted it to Github for better purpose.

Nette integration for Sentry

Installation

The recommended installation is using composer.

composer require milankyncl/nette-sentry

Usage

With Nette (2.3+)
extensions:
    sentry: MilanKyncl\Nette\Sentry\DI\SentryExtension
    
sentry:
    dsn: (your dsn from sentry)

Extended configuration with default values

sentry:
    dsn: (your dsn from sentry)
    options: # check: https://docs.sentry.io/clients/php/config/

About

Nette integration for Sentry. Original idea: https://github.com/nofutur3/nette-sentry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%