Sha256: a5c2fae7fb06e2aaaad151bcb48fe641bb928268ce3ca20b2bcfed55f650a442

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

Feature: Metadata filters

@rails3 @rails4 @rails5 @rails6
Scenario: Meta_data_filters should include Rails.configuration.filter_parameters
  Given I start the rails service
  When I navigate to the route "/metadata_filters/filter" on the rails app
  And I wait to receive a request
  Then the request is valid for the error reporting API version "4.0" for the "Ruby Bugsnag Notifier"
  And the event "unhandled" is false
  And the exception "errorClass" equals "RuntimeError"
  And the exception "message" starts with "handled string"
  And the event "app.type" equals "rails"
  And the event "metaData.request.url" ends with "/metadata_filters/filter"
  And the event "metaData.my_specific_filter" equals "[FILTERED]"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bugsnag-6.13.1 features/rails_features/meta_data_filters.feature
bugsnag-6.13.0 features/rails_features/meta_data_filters.feature