Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 749 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 749 Bytes

Sentry Rails custom exception context

This is an example application describing how you can send custom context payloads for Exceptions in sentry-rails.

Installation

You will need to have a SENTRY_DSN to receive events in Sentry. You can signup for a free trial in their website (https://sentry.io)

  1. bundle install
  2. env SENTRY_DSN=<your-sentry-dsn-here> rails s
  3. In your browser, go to https://localhost:3000/errors

Files to look at