EWOLNWEEVBOKTQXX5VXZPCX7TXXBAFJNV6PVVN7FNTLCGE5EEAIQC
Sentry.init do |config|
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
config.profiles_sample_rate = 1.0
config.traces_sampler = lambda do |context|
true
end
end
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
app = "myst"
primary_region = "nrt"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_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:cbeb5c293ec3394dcd202b132b80e14398da8a11
ENV ADDITIONAL_GEMS "sentry-ruby sentry-rails stackprof"
COPY sentry.rb /app/config/initializers/sentry.rb