-
Notifications
You must be signed in to change notification settings - Fork 515
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 meta tag helper for trace propagation to Django. #1341
Comments
sentry_trace()
template helper for Django
There is now |
Yes, to solve this issue we just need to inject the result of Maybe this can be done in here: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/django/views.py#L32-L38 Want to give it a go @pickfire ? |
Sorry, I am not interested in working on this myself, given that it's already working for us using the long way. |
Hey @pickfire It's fine if you do not want to work on it. |
Closing in favor of #2186 |
Add
sentry_trace()
template helper for DjangoWe should make it easy to add sentry trace meta header OOB in Django. See feedback: #1171
Similar to work done in #1336
EDIT(neel): just start injecting the meta tags automatically
The text was updated successfully, but these errors were encountered: