Giter Site home page Giter Site logo

zf-bugsnag's Introduction

Bugsnag Notifier for Zend Framework 2.3 and 3.0

Bugsnag?

The Bugsnag Notifier for Zend Framework 2.3 and 3.0 gives you instant notifications of the errors in your application. You can create a free plan/account on the bugsnag website.

Install

Installation with the composer

php composer.phar require nickurt/zf-bugsnag:1.*

Requirements

Post Installation

Enable it in your application.config.php (or modules.config.php) file

<?php

// application.config.php
return array(
    'modules' => array(
        'ZfBugsnag', // Must be added as the first module
        // ...
    ),
    // ...
);

// modules.config.php
return [
    'ZfBugsnag', // Must be added as the first module

    // ...
];

Configuration

Copy the config/zfbugsnag.local.php file to your config/autoload folder and change the settings (IsEnabled/ApiKey)

zf-bugsnag's People

Contributors

briceflaceliere avatar jaydiablo avatar nickurt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

zf-bugsnag's Issues

setting error handlers in wrong spot?

I noticed that you're setting the error/exception handlers in the sendException method of the bugsnag service, however, I believe this is only ever encountered when a dispatch.error is handled (or a user calls the method directly).

https://github.com/nickurt/zf-bugsnag/blob/master/src/ZfBugsnag/Service/BugsnagService.php#L46

The PHP error/exception handlers should probably be configured in the constructor of the service so that they can catch errors/exceptions thrown outside of the dispatch cycle.

I'm currently testing implementing this plugin in a ZF2 app, I'll try to submit a PR after I'm done with some testing.

Fix this error please.

Argument 1 passed to ZfBugsnag\Service\BugsnagService::sendException() must be an instance of Exception, instance of Error given, called in **vendor/nickurt/zf-bugsnag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.