Giter Club home page Giter Club logo

zend-sentry's People

Contributors

alfaproject avatar bnitobzh avatar bruce17 avatar chris-moreton avatar danielss89 avatar markushausammann avatar pskt avatar scrutinizer-auto-fixer avatar smknstd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zend-sentry's Issues

zend-sentry seems to log in the dev-environment, even if all settings are off

zend-sentry seems to log in the dev-environment, even if all settings are off: https://app.getsentry.com/cloud-solutions/stagewerteundtugenden/group/3627009/

local.php:

'zend-sentry' => array(
    'handle-errors'                 => 'false',
    'call-existing-error-handler'   => 'false',
    'handle-shutdown-errors'        => 'false',
    'handle-exceptions'             => 'false',
    'call-existing-exception-handler' => 'false',
    'display-exceptions'            => 'false',
    'handle-javascript-errors'      => 'false',
),

It would be nice to have one master setting 'active'. If this is false, nothing gets logged.

Make it compatible with Zend 1.11.*

Would be good to have ability to use this library for 1.* versions of zend. And add some tips on how to install this manually, without using composer.

How can I add 'extra' context when trigger an event ?

I tried something like:

            $this->getEventManager()->trigger('log', $this, array(
                'priority' => \Zend\Log\Logger::INFO,
                'message' => 'My message',
                'tags' => ['type' => 'test'],
                'extra' => ['my_extra_attribute' => '[email protected]']
            ));

but does not seem to work. I only got some result with:

            $ravenClient = $this->getServiceLocator()->get('raven');
            $ravenClient->extra_context(['my_extra_attribute' => '[email protected]']);

Any idea ? Thanx a lot

Logging of javascript errors doesn't work

Even if zend-sentry.handle-javascript-errors = true, at least in some cases, javascript errors are not being logged. Maybe this is the case if they are shown in the console and therefore don't get through to the logger.

Zend3 issue

Hi, on Zend adding zend-sentry I have this error
Zend\ServiceManager\Exception\ServiceNotFoundException
Unable to resolve service "viewhelpermanager" to a factory; are you certain you provided it during configuration?

I used version 3.0.0 of zend-entry

PS. Copying Module.php from source it works

Support zend-mvc 2.7.0 and above

As of zf-2.5.3 (which currently installs zend-mvc 2.7.0), zend-sentry does not work anymore.

Fatal error: Call to undefined method Zend\Mvc\View\Http\ViewManager::getExceptionStrategy() in /app/vendor/cloud-solutions/zend-sentry/Module.php on line 182

Maybe a new major zend-sentry version 2.0.0 is needed to support zend-mvc >= 2.7.0.

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.