7 lines
179 B
Ruby
7 lines
179 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
Raven.configure do |config|
|
|
config.dsn = Rails.application.credentials.raven_dsn
|
|
end
|