library sentry
Sentry integration for Blink Framework
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
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
],
dev-master
9999999-dev
Sentry integration for Blink Framework
Sources
Download
MIT
The Requires
sentry
error reporting
blink
v0.2.0
0.2.0.0
Sentry integration for Blink Framework
Sources
Download
MIT
The Requires
sentry
error reporting
blink