Sha256: 42eabdf9d52dbb67a250b33fd237844e6f2f91a6d8cc772e13bb1f91751c52a8

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

Feature: App type configuration option

Scenario: The App type configuration option can be set
  Given I set environment variable "BUGSNAG_APP_TYPE" to "test_app"
  When I run the service "plain-ruby" with the command "bundle exec ruby configuration/send_handled.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 "app.type" equals "test_app"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/plain_features/app_type.feature
bugsnag-6.14.0 features/plain_features/app_type.feature
bugsnag-6.13.1 features/plain_features/app_type.feature
bugsnag-6.13.0 features/plain_features/app_type.feature