mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
5 lines
116 B
Ruby
5 lines
116 B
Ruby
Sentry.init do |config|
|
|
config.dsn = ENV['SENTRY_DSN']
|
|
config.enabled_environments = %w[staging production]
|
|
end
|