Add `sentry_trace()` template helper for Django We should make it easy to add sentry trace meta header OOB in Django. See feedback: https://github.com/getsentry/sentry-python/issues/1171 Similar to work done in https://github.com/getsentry/sentry-python/pull/1336 EDIT(neel): just start injecting the meta tags automatically
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