GithubHelp home page GithubHelp logo

wordpress-sentry's Introduction

wordpress-sentry's People

Contributors

kuczek avatar madssj avatar ryanbagwell avatar vbartusevicius avatar wk8 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

Watchers

 avatar  avatar  avatar  avatar  avatar

wordpress-sentry's Issues

Not Working

hey there,

not sure why but it is not working for me. I am not even sure where and how to debug.

WP-Version: latest, plugin forked from github (after reading the comment about missing files).

Fatal error: Class 'Raven_Util' not found

I was looking for a way to use Get Sentry with WordPress and stumbled across WordPress-Sentry.

I activated the plugin and added my Get Sentry key but I get the following error:
Fatal error: Class 'Raven_Util' not found in /home/user/public_html/dev/wp-content/plugins/wordpress-sentry/raven/lib/Raven/Client.php on line 50

Any thoughts?

Raven seems outdated, can't make plugin to post errors to sentry.

Was trying this plugin but had some problems with raven (Call to undefined function curl_multi_init()), re-installing php5-curl didn't solve, upgrading raven did.
You might want to update it as well or, even better, get it on the fly at build time wget https://github.com/getsentry/raven-php/archive/master.zip && unzip master.zip && raven-php-master/ raven.

Also, I can't make this plugin to work (DSN is configured, error level is E_ALL), I force an error in one of the scripts but nothing flows to sentry (sentry is working fine for other projects), hadn't time to debug further. Is this plugin actively maintained? Is it supposed to work with Wordpress 4.1?

Thanks

Nothing being reported

I followed the instructions in readme.txt, installed the plugin and added the DSN from my project in Sentry, but I'm not seeing anything reported. I manually called a function that doesn't exist on 404.php in my theme to try to trigger an error, but still nothing is being reported. Any ideas? Am I missing anything?

Has_cap deprecated notice

I retrieve an error in my Sentry from this plugin. In wordpress-sentry.php r26 add_options_page is called like:

add_options_page('Sentry Error Reporting Settings', 'Sentry', 8, 'sentrysettings', array($this, 'printOptionsHTML'));

This should be:

add_options_page('Sentry Error Reporting Settings', 'Sentry','edit_pages', 'sentrysettings', array($this, 'printOptionsHTML'));

Could you please fix this?

Thanks!

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.