Skip to content

Commit d2567c9

Browse files
committed
debug output
1 parent b9624a1 commit d2567c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_breadcrumbs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ def test_breadcrumbs(sentry_init, capture_envelopes):
6565
transaction = transaction_envelope.get_transaction_event()
6666

6767
breadcrumbs = error["breadcrumbs"]["values"]
68+
69+
for crumb in breadcrumbs:
70+
print(crumb)
71+
6872
assert len(breadcrumbs) == 7
6973

7074
# Check for my custom breadcrumbs

0 commit comments

Comments
 (0)