We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2806575 commit c07a2bcCopy full SHA for c07a2bc
1 file changed
sentry-rails/spec/sentry/rails/configuration_spec.rb
@@ -72,6 +72,12 @@ class MySubscriber; end
72
end
73
74
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
80
+
81
describe "#structured_logging" do
82
let(:config) { Sentry.configuration.rails }
83
0 commit comments