https://github.com/alchemycms/alchemy-bugsnag
AlchemyCMS Bugsnag Error Tracking
https://github.com/alchemycms/alchemy-bugsnag
Last synced: about 1 year ago
JSON representation
AlchemyCMS Bugsnag Error Tracking
- Host: GitHub
- URL: https://github.com/alchemycms/alchemy-bugsnag
- Owner: AlchemyCMS
- License: mit
- Created: 2022-02-24T11:03:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T08:11:48.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T04:10:55.484Z (about 2 years ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alchemy::Bugsnag
Bugsnag error reporting extension for AlchemyCMS.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'alchemy-bugsnag'
```
And then execute:
```bash
$ bundle
```