2017 © Pedro Peláez
 

library app-error-handler-bugsnag

Integrates Bugsnag into the weew/app-error-handler package.

image

weew/app-error-handler-bugsnag

Integrates Bugsnag into the weew/app-error-handler package.

  • Thursday, July 21, 2016
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

Bugsnag error handler

Build Status Code Quality Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/app-error-handler-bugsnag, (*2)

Introduction

This package integrates Bugsnag into the weew/app-error-handler package., (*3)

Usage

To enable this provider simply register it on the kernel., (*4)

$app->getKernel()->addProviders([
    ErrorHandlerProvider::class,
    BugsnagErrorHandlerProvider::class,
]);

Example config

This is how the config might look like in yaml:, (*5)

bugsnag_error_handler:
  env: "dev"
  client_id: "client_id"
  enabled_environments: ["dev", "stage", "prod"]
  type: "service"
  auto_notify: true
  send_code: true
  project_root: "path/to/root/directory"
  hostname: "hostname"
  number_of_skipped_stack_trace_lines: 5
  metadata:
    some: data
  filters: ["password", "credit_card"]

The Versions

21/07 2016

dev-master

9999999-dev

Integrates Bugsnag into the weew/app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

21/07 2016

v1.11.2

1.11.2.0

Integrates Bugsnag into the weew/app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

24/06 2016

v1.11.1

1.11.1.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

15/06 2016

v1.11.0

1.11.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

15/06 2016

v1.10.1

1.10.1.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

15/06 2016

v1.10.0

1.10.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

20/04 2016

v1.9.0

1.9.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

20/04 2016

v1.8.0

1.8.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

13/04 2016

v1.7.0

1.7.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

02/04 2016

v1.6.0

1.6.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

31/03 2016

v1.5.0

1.5.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

02/03 2016

v1.4.0

1.4.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

26/02 2016

v1.3.0

1.3.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

24/02 2016

v1.2.0

1.2.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

24/02 2016

v1.1.0

1.1.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott

22/02 2016

v1.0.0

1.0.0.0

Integrates Bugsnag into the weew/php-app-error-handler package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott