Περιγραφή
A plugin that sends error messages to the Sentry error logging system.
Bug reports and support
To report bugs and get help, see the official github repository.
Συντελεστές
vbartusevicius (https://github.com/vbartusevicius)
Εγκατάσταση
- Upload the plugin’s contents to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- In Settings > Sentry, add your Sentry DSN and set the error reporting threshold level.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“WordPress Sentry Client” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WordPress Sentry Client” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.2
Adding the ability to access the Raven client directly to send custom error messages to sentry. Merge PR from @wk8.
1.1
Upgrade raven php client to v0.15.0
1.0
- Bumb version to 1.0 because the WordPress plugins page keeps showing Version 1 as the current version for some reason
0.5
- Bump version to correct errant stable version number
0.4
- Bump version to sync with wordpress.org plugins page
0.3
- Now registering php error handlers with Raven client to improve error reporting.
0.2
- Updated Raven PHP Client
0.1
- Added first release.