EWOLNWEEVBOKTQXX5VXZPCX7TXXBAFJNV6PVVN7FNTLCGE5EEAIQC Sentry.init do |config|config.breadcrumbs_logger = [:active_support_logger, :http_logger]config.profiles_sample_rate = 1.0config.traces_sampler = lambda do |context|trueendend
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.app = "myst"primary_region = "nrt"[http_service]internal_port = 3000force_https = trueauto_stop_machines = trueauto_start_machines = truemin_machines_running = 0[env]FORCE_SSL="true"DATABASE_ADAPTER="postgresql"RAILS_ENV="production"RACK_ENV="production"RAILS_LOG_TO_STDOUT="enabled"RAILS_SERVE_STATIC_FILES="enabled"TIMEZONE="Hanoi"TZ="Asia/Phnom_Penh"AGENT_LOG_LENGTH="10"USE_GRAPHVIZ_DOT="dot"
FROM ghcr.io/huginn/huginn:cbeb5c293ec3394dcd202b132b80e14398da8a11ENV ADDITIONAL_GEMS "sentry-ruby sentry-rails stackprof"COPY sentry.rb /app/config/initializers/sentry.rb