An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Tests](https://github.com/AlchemyCMS/alchemy-sentry/actions/workflows/test.yml/badge.svg)](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
```