You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just turned on the Queues feature in our Sentry dashboard. Despite our queue latencies being mostly zero and or at most a few seconds, the latencies in the dashboard are showing as values of negative thousands of years.
Reproduction Steps
Compare the values in Sidekiq dashboard to Sentry's Backend -> Queues tab.
Expected Behavior
I'd expect our queue latencies to look like our admin dashboard in Sidekiq.
Actual Behavior
Sentry data:
Sidekiq admin dashboard:
Ruby Version
3.4.3
SDK Version
sentry-ruby 5.23.0 and sentry-sidekiq 5.23.0
Integration and Its Version
Sidekiq
Sentry Config
Sentry.initdo |config|
config.release=ENV.fetch("IMAGE_TAG","development")config.propagate_traces=falseifENV["SENTRY_TRACE_RATE"].present?config.traces_sample_rate=ENV["SENTRY_TRACE_RATE"].to_fend# get query paramsconfig.send_default_pii=trueifENV["SENTRY_INCLUDE_ALL_EXCEPTIONS"]config.excluded_exceptions=[]endconfig.environment=ENV["SENTRY_ENVIRONMENT"] ||
ENV["COMMONLIT_NAMESPACE"] ||
ENV["RAILS_ENV"]# NOTE: Only print Sentry logger info if we have a transport issue. This# avoids printing (and sending to APM) millions of lines of:# I, [2022-10-24T01:26:33.227290 #45] INFO -- sentry: [Transport] Sending envelope with items [sessions] to Sentry## Note that the logger level has to be set after init, hence the tapconfig.logger=Sentry::Logger.new($stdout).tapdo |sentry_logger|
sentry_logger.level= ::Logger::WARNendend
The text was updated successfully, but these errors were encountered:
Issue Description
We just turned on the Queues feature in our Sentry dashboard. Despite our queue latencies being mostly zero and or at most a few seconds, the latencies in the dashboard are showing as values of negative thousands of years.
Reproduction Steps
Compare the values in Sidekiq dashboard to Sentry's Backend -> Queues tab.
Expected Behavior
I'd expect our queue latencies to look like our admin dashboard in Sidekiq.
Actual Behavior
Sentry data:
Sidekiq admin dashboard:

Ruby Version
3.4.3
SDK Version
sentry-ruby 5.23.0 and sentry-sidekiq 5.23.0
Integration and Its Version
Sidekiq
Sentry Config
The text was updated successfully, but these errors were encountered: