This plugin can report PHP errors optionally and JavaScript errors optionally to Sentry and bundles with its release tracking..
Optionally track PHP errors by adding this snippet to your wp-config. php and replace DSN with DSN that you find in Sentry. define 'WP SENTRY DSN ' DSN.
Optionally track JavaScript errors by adding this snippet to your wp-config. php and replace PUBLIC DSN with DSN that you find in Sentry never use DSN. define 'WP SENTRY PUBLIC DSN ' PUBLIC DSN.
Note Remove or comment this constant to disable JavaScript tracker..
Optionally define version of page default the version will be used.
This is used for tracking at which version of page the experience happened.
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Update Raven PHP to version 1.7.1 @ikappas.
Update Raven JS to version 3.17.0 @ikappas..
Update Raven JS to version 3.10.0 @ikappas..
Read more