Remove Sentry

This commit is contained in:
2024-03-16 07:38:45 +11:00
parent 6cd71972b1
commit e385e6782e
8 changed files with 6465 additions and 4823 deletions

View File

@@ -1,14 +0,0 @@
require "sentry-ruby"
Hanami.app.register_provider :sentry, namespace: true do
prepare do
Sentry.init do |config|
config.dsn = target["settings"].sentry_dsn
config.traces_sample_rate = 0.25
end
end
start do
register "client", Sentry
end
end