Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazibear/opal-airbrake
Opal wrapper for airbrake-js javascript library.
https://github.com/fazibear/opal-airbrake
Last synced: 29 days ago
JSON representation
Opal wrapper for airbrake-js javascript library.
- Host: GitHub
- URL: https://github.com/fazibear/opal-airbrake
- Owner: fazibear
- License: mit
- Created: 2015-12-02T18:22:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T10:25:47.000Z (about 6 years ago)
- Last Synced: 2024-09-26T08:57:54.251Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-opal - Opal Airbrake - Opal wrapper for airbrake-js javascript library. (Uncategorized / Uncategorized)
README
# opal-airbrake [![Gem Version](https://badge.fury.io/rb/opal-airbrake.svg)](http://badge.fury.io/rb/opal-airbrake) [![Code Climate](https://codeclimate.com/github/fazibear/opal-airbrake/badges/gpa.svg)](https://codeclimate.com/github/fazibear/opal-airbrake)
Opal wrapper for [airbrake-js](https://github.com/airbrake/airbrake-js) javascript library.
## usage
```ruby
Airbrake.new({
project_id: 'xxx',
project_key: 'yyy'
})
```And that is it :)
## Thank you!
[![Become Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/bePatron?u=6912974)