Any plan to add distributed tracing support for web framework(like Gin), as Python SDK for Flask? #593
Replies: 4 comments
-
hi @ringsaturn Thanks for writing in! We have recently been looking into making a sort of proposal for a roadmap to 1.0 of our Go SDK. One thing that came up which is not specifically needed for a stable 1.0 would be better framework support, Gin being one of them. That being said, it is not planned at the moment when we could start work on it. PR's are always welcome! @cleptric let us know if you have any specific input or guidance for a PR here |
Beta Was this translation helpful? Give feedback.
-
@ringsaturn As Steven mentioned, we're currently looking into getting the API stable for a potential v1.0 release of the SDK. |
Beta Was this translation helpful? Give feedback.
-
Should be addressed by #644, and is now available in version v0.22.0. |
Beta Was this translation helpful? Give feedback.
-
Hello there,
In the past few years, my teams had got huge benefits from Sentry’s built-in distributed tracing support for Flask, Django, FastAPI and Celery when most of codes were written in Python.
Since we are moving to Go for performance issues, we find sentry-go has no similarly tracing support for web framework as Python SDK did.
I write a small package for Gin which seems worked: https://github.com/ringsaturn/ginsentrytracing
Hope this feature could be added to sentry-go’s Gin support
I would like to open a PR for this feature if got accepted.
An example code:
Beta Was this translation helpful? Give feedback.
All reactions