Skip to content

Commit

Permalink
Removed stuff not belonging in this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 27, 2023
1 parent 1ca179a commit 544d4e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sentry_sdk/integrations/django/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def patch_views():

def sentry_patched_render(self):
# type: (SimpleTemplateResponse) -> Any
import ipdb

ipdb.set_trace()
hub = Hub.current
with hub.start_span(
op=OP.VIEW_RESPONSE_RENDER, description="serialize response"
Expand Down

0 comments on commit 544d4e3

Please sign in to comment.