Sha256: 6b21e9b0e2ab8bf193f4dc4a917816c8b9a25b292337f164fad4cd4114ee4255

Contents?: true

Size: 719 Bytes

Versions: 1

Compression:

Stored size: 719 Bytes

Contents

Feature: Plain report modify severity

Scenario Outline: A reports severity can be modified
  Given I set environment variable "CALLBACK_INITIATOR" to "<initiator>"
  When I run the service "plain-ruby" with the command "bundle exec ruby report_modification/modify_severity.rb"
  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 "severity" equals "info"
  And the event "severityReason.type" equals "userCallbackSetSeverity"

  Examples:
  | initiator               |
  | handled_before_notify   |
  | handled_block           |
  | unhandled_before_notify |
  | handled_on_error        |
  | unhandled_on_error      |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/plain_features/report_severity.feature