2017 © Pedro Peláez
 

library sentry

Sentry integration for Blink Framework

image

blink/sentry

Sentry integration for Blink Framework

  • Friday, June 15, 2018
  • by bixuehujin
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,619 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

blink-sentry - Sentry integration for Blink Framework

Installation

You can install the latest version of blink-sentry by using Composer:, (*1)

composer require blink/sentry

Configuration

You can easily setup Sentry in your Blink application with the following two steps:, (*2)

1. Add a new service named sentry in the services definition file:

'sentry' => [
    'class' => \blink\sentry\Sentry::class,
    'dsn' => 'The dsn',
    'environments' => ['prod'], // The environments that should report errors to Sentry
],

2. Override the default ErrorHandler:

'errorHandler' => [
    'class' => blink\sentry\ErrorHandler::class
],

The Versions

15/06 2018

dev-master

9999999-dev

Sentry integration for Blink Framework

  Sources   Download

MIT

The Requires

 

sentry error reporting blink

30/12 2015

v0.2.0

0.2.0.0

Sentry integration for Blink Framework

  Sources   Download

MIT

The Requires

 

sentry error reporting blink