forked from welaika/wordpress-errbit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
40 lines (25 loc) · 1.53 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== Errbit ===
Contributors: benarent
Tags: errors, exceptions, warning, crash
Requires at least: 3.0.1
Tested up to: 3.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Errbit is collects all errors created by Wordpress and it's plugins.
== Description ==
This plugin collects and aggregates all errors created by Wordpress and it's plugins. It de-dupes and lets developers know how to fix issues fast.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Install Errbit either via the WordPress.org plugin directory, or by uploading the files to your server
2. After activating Errbit, you need to sign up at [http://airbrake.io](http://airbrake.io) for an API Key.
3. If you don't yet have a Errbit.io account, you can quickly create one at [Errbit](http://airbrake.io).
4. You're setup. Exceptions will get e-mailed straight after they hit our system.
== Frequently Asked Questions ==
= What is an Exception? =
An exceptions happens when part of your Wordpress site crashes and it's not setup to deal with the error message gracefully. This results in an ugly message
= Why should I install this? =
Plugins can often cause parts of your Wordpress install to crash and stall. This plugin lets you identify other plugins fast, and you can send on information to other developers so they can errors FAST.
== Changelog ==
= 0.1 =
* First Release. Woot Woot. Please leave feedback on the [Errbit-Wordpress Github Repo](https://github.com/airbrake/errbit-wordpress/issues).