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

hashlabs/sentry-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Rails application on how to use Sentry Custom exceptions context functionality

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published