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

Support for MongoDB queries

Open sandstrom opened this issue 1 year ago • 0 comments

Request

MongoDB in queries is supported in Python and JS SDKs. Would be nice with Ruby support too.

https://sentry.io/changelog/mongodb-is-now-supported-by-queries/

More details

This is how it's implemented in Skylight (another tracing product for Ruby). Perhaps this can help suggest how to implement it for Sentry.

https://github.com/skylightio/skylight-ruby/blob/main/lib/skylight/probes/mongo.rb

sandstrom avatar Nov 07 '24 14:11 sandstrom