Issue Description

Reproduction Steps
I have no idea
Expected Behavior
Shows the problem the application encountered
Actual Behavior
Sentry has identified the following problems for you to monitor
Ruby Version
3.0.1
SDK Version
5.8.0
Integration and Its Version
No response
Sentry Config
Sentry.init do |config|
config.dsn = ENV["SENTRY_DSN"]
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
config.enabled_environments = ['production', 'staging']
config.traces_sample_rate = 1.0
config.traces_sampler = lambda do |context|
true
end
end
Issue Description
Reproduction Steps
I have no idea
Expected Behavior
Shows the problem the application encountered
Actual Behavior
Sentry has identified the following problems for you to monitor
Ruby Version
3.0.1
SDK Version
5.8.0
Integration and Its Version
No response
Sentry Config