sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Correctly categorize OTel Messaging Systems within Sentry

Open saviogl opened this issue 4 months ago • 1 comments

Problem Statement

Sentry's Open Telemetry processor isn't correctly categorizing queues as per Sentry's expected definition, so any spans from ActiveJob, Sidekiq or the likes aren't showing up correctly or working as intended in the Sentry's platform.

The Sentry OTel processor should make sure that queues are being properly categorized so they work seamlessly with Sentry's platform

Solution Brainstorm

This PR implements that basic categorization layer building on top of the existing http/db logic.

saviogl avatar Aug 25 '25 05:08 saviogl