2017 © Pedro Peláez
 

library nette-sentry

Nette integration for Sentry (http://getsentry.com)

image

nofutur3/nette-sentry

Nette integration for Sentry (http://getsentry.com)

  • Sunday, April 15, 2018
  • by nofutur3
  • Repository
  • 1 Watchers
  • 1 Stars
  • 143 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

Sentry for Nette framework

Build Status Downloads this Month Latest stable, (*1)

Nette integration for Sentry, (*2)

Installation

The recommended installation is using composer., (*3)

If you are not still using composer, you should check it out. It's 2016(+) afterall., (*4)

composer require nofutur3/nette-sentry

Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project and require it some way. For nette framework like this in your bootstrap file:, (*5)

$configurator
    ->createRobotLoader()
    ->addDirectory(__DIR__ . 'path/to/library/');

Usage

With Nette (2.3+)
extensions:
    sentry: Nofutur3\Sentry\DI\SentryExtension

sentry:
    dsn: (your dsn from sentry)

Extended configuration with default values

sentry:
    dsn: (your dsn from sentry)
    debug: false
    user:
        email: email # email property in IIdentity
        username: username # username property in IIDentity
    skip_capture:
        - 'Nette\Neon\Exception' # will not report these exceptions
    options: # check: https://docs.sentry.io/clients/php/config/

The Versions

15/04 2018

0.9.1.x-dev

0.9.1.9999999-dev http://getsentry.com

Nette integration for Sentry (http://getsentry.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

logging errors nette raven sentry

23/07 2017

dev-master

9999999-dev http://getsentry.com

Nette integration for Sentry (http://getsentry.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

logging errors nette raven sentry

22/12 2016

v0.9.0

0.9.0.0 http://getsentry.com

Nette integration for Sentry (http://getsentry.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

logging errors nette sentry