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 e549293 commit 5d55576Copy full SHA for 5d55576
sentry-ruby/spec/sentry/hub_spec.rb
@@ -350,7 +350,7 @@
350
expect(string_io.string).to include("Options [:unsupported] are not supported and will not be applied to the event.")
351
end
352
353
- it "should not show the unsupported options notice even if it has a special parameter" do
+ it "does not warn about unsupported options if all passed options are supported" do
354
expect do
355
subject.capture_event(event, level: 'DEBUG')
356
end.not_to raise_error
0 commit comments