getsentry/raven-ruby

View on GitHub
sentry-ruby/examples/without_integrations/app.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "sentry-ruby"

Sentry.init do |config|
  config.dsn = 'https://2fb45f003d054a7ea47feb45898f7649@o447951.ingest.sentry.io/5434472'
end

Sentry.capture_message("test Sentry", hint: { background: false })