Commit 9feadde123924acf37003cad07b3faf07c65df1a
1 parent
78119e5b
Exists in
master
Refs #1006,#1007 compatibility note for airbrake-js
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -249,6 +249,10 @@ Airbrake.setProject("ERRBIT API KEY", "ERRBIT API KEY"); |
249 | 249 | Airbrake.setHost("http://errbit.yourdomain.com"); |
250 | 250 | ``` |
251 | 251 | |
252 | +NOTE: Errbit is known to work with airbrake-js v0.5.2. Newer versions of | |
253 | +will not work until we figure out how to deal with: | |
254 | +https://github.com/airbrake/airbrake-js/pull/174#issuecomment-164918928 | |
255 | + | |
252 | 256 | Plugins and Integrations |
253 | 257 | ------------------------ |
254 | 258 | You can extend Errbit by adding Ruby gems and plugins which are typically gems. | ... | ... |