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 1d78eb0 commit a30472aCopy full SHA for a30472a
1 file changed
tests/integrations/test_gnu_backtrace.py
@@ -43,9 +43,6 @@ def test_basic(sentry_init, capture_events):
43
capture_exception()
44
45
event, = events
46
- import pdb
47
-
48
- pdb.set_trace()
49
exception, = event["exception"]["values"]
50
51
assert exception["value"] == (
0 commit comments