Skip to content

Commit b19dad4

Browse files
committed
tests(active_job): add basic scenario for active_job_propagate_traces
1 parent 7f1e58a commit b19dad4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sentry-rails/spec/sentry/rails/configuration_spec.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ class MySubscriber; end
7272
end
7373
end
7474

75+
describe "#active_job_propagate_traces" do
76+
it "has correct default value" do
77+
expect(subject.active_job_propagate_traces).to be(true)
78+
end
79+
end
80+
7581
describe "#structured_logging" do
7682
let(:config) { Sentry.configuration.rails }
7783

0 commit comments

Comments
 (0)