Skip to content

Commit cb28622

Browse files
add path_includes_root_path in channels middleware
1 parent ae1b1d0 commit cb28622

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • sentry_sdk/integrations/django

sentry_sdk/integrations/django/asgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async def sentry_patched_asgi_handler(
152152
unsafe_context_data=True,
153153
span_origin=DjangoIntegration.origin,
154154
http_methods_to_capture=integration.http_methods_to_capture,
155+
path_includes_root_path=False,
155156
)
156157

157158
return await middleware(self.scope)(receive, send) # type: ignore

0 commit comments

Comments
 (0)