مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
* chore: upgrade to rails 6.0 * chore: upgrade ruby to 3.2.1 * chore: upgrade bundler * chore: upgrade execjs * chore: upgrade to rails 6.1 * chore: switch to sentry-ruby from raven * chore: add extra platforms to gemfile
8 أسطر
154 B
Ruby
8 أسطر
154 B
Ruby
require "postal/config"
|
|
|
|
if Postal.config.general&.exception_url
|
|
Sentry.init do |config|
|
|
config.dsn = Postal.config.general.exception_url
|
|
end
|
|
end
|