Skip to content

Commit 46ad44b

Browse files
committed
fix: add missing blank lines
1 parent cc8d812 commit 46ad44b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_tracing.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,11 @@ def test_nested_span_sampling_override():
156156
with Hub.current.start_span(transaction="inner", sampled=False) as span:
157157
assert span.sampled is False
158158

159+
159160
def test_transactions_do_not_go_through_before_send(sentry_init, capture_events):
160161
def before_send(event, hint):
161162
raise RuntimeError("should not be called")
163+
162164
sentry_init(traces_sample_rate=1.0, before_send=before_send)
163165
events = capture_events()
164166

0 commit comments

Comments
 (0)