We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8faee commit 7ee08afCopy full SHA for 7ee08af
sentry_sdk/integrations/django/templates.py
@@ -64,7 +64,6 @@ def patch_templates():
64
65
real_rendered_content = SimpleTemplateResponse.rendered_content
66
67
- @functools.wraps(real_rendered_content)
68
@property # type: ignore
69
@ensure_integration_enabled(DjangoIntegration, real_rendered_content.fget)
70
def rendered_content(self):
0 commit comments