https://github.com/alchemycms/alchemy-sentry
Adds a Sentry error notifier to AlchemyCMS
https://github.com/alchemycms/alchemy-sentry
Last synced: 8 months ago
JSON representation
Adds a Sentry error notifier to AlchemyCMS
- Host: GitHub
- URL: https://github.com/alchemycms/alchemy-sentry
- Owner: AlchemyCMS
- License: mit
- Created: 2022-01-27T15:10:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T09:42:24.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T04:10:55.500Z (about 2 years ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/AlchemyCMS/alchemy-sentry/actions/workflows/test.yml)
# Alchemy::Sentry
Sentry error reporting extension for AlchemyCMS.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'alchemy-sentry'
```
And then execute:
```bash
$ bundle
```