Skip to content

Commit 28a6c85

Browse files
natikgadzhist0012
andauthored
Update sentry-ruby/spec/sentry/net/http_spec.rb
Co-authored-by: Stan Lo <[email protected]>
1 parent f35f153 commit 28a6c85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry-ruby/spec/sentry/net/http_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
context "with IPv6 addresses" do
1313
before do
14-
perform_basic_setup
14+
perform_basic_setup do |config|
15+
config.traces_sample_rate = 1.0
16+
end
1517
end
1618

1719
it "correctly parses the short-hand IPv6 addresses" do

0 commit comments

Comments
 (0)