-
Notifications
You must be signed in to change notification settings - Fork 54
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
Django-REST integration? #18
Comments
@tomchristie do you have any thoughts on this? |
@SEJeff Only that instrumenting the ORM queries really is the most important aspect. |
I would also argue that having ability to customize route -> trace tags mapping would be desirable. Anyhow, I take it you guys would consider this a valid feature? |
@ror6ax I just figured out how to fix the route bit I believe. I'll send some PR's soon, but it uses this class more or less like this. It results in the route (for a DRF app that uses
Bonus points that raven-python is also licensed under the 3 clause BSD, so we could potentially lift the code if necessary to this project. |
Any news on this? |
Would this be able to pick up DRF interactions, like Serializer -> ORM -> DB ?
The text was updated successfully, but these errors were encountered: