Skip to content

Commit 53c682c

Browse files
[do not merge] print event 3.14
1 parent 7b202f5 commit 53c682c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ def test_databag_depth_stripping(sentry_init, capture_events):
767767
capture_exception()
768768

769769
(event,) = events
770+
print(json.dumps(event))
770771

771772
assert len(json.dumps(event)) < 10000
772773

0 commit comments

Comments
 (0)