-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for sentry tracing #3655
Comments
Hi! Thanks for the suggestion. I think it'd be great to include Sentry support, hopefully the existing tracers can serve as inspiration. |
@Frederik-Baetens Would love to have sentry support for this, I'm using skylight for now for this which does support graphql tracing out of the box. |
@penso we switched to appsignal for our tracing bc they offered a non-profit plan and that works great after one of our team members made a PR here to separate the spans by graphql query. I also used skylight, and actually preferred that, but they didn't offer a plan for non-profits. |
@Frederik-Baetens looks like that changed: https://www.skylight.io/oss |
@penso i'm aware of that, but we're a non profit with a closed source stack unfortunately, so we're not eligible for that. |
Hi @rmosolgo, Is the support sentry is something that is in the roadmap? |
Personally, I don't have any plans to add it, no. I'd welcome a PR for it though! |
I'm going to close this since I don't have plans to work on it. But I'd welcome an addition if anyone is interested! |
I've opened a PR to address this in #4775 |
Is your feature request related to a problem? Please describe.
I'd like to be able to use graphql-ruby together with sentry's tracing.
Describe the solution you'd like
It would be nice if i could see separate traces for all graphql queries in sentry's tracing.
Describe alternatives you've considered
I've tried appsignal since they also have a plan for non-profits, but there there's also no per query tracing yet.
Additional context
https://docs.sentry.io/product/sentry-basics/tracing/distributed-tracing/
The text was updated successfully, but these errors were encountered: