Sha256: 43234d1200960da1c80dd7b2f08180d3c141aa994e037e2ce21600a2f14a3aaa

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 Bytes

Contents

Feature: App version configuration option

Scenario: The App version configuration option can be set
  Given I set environment variable "BUGSNAG_APP_VERSION" to "9.9.8"
  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.version" equals "9.9.8"

Version data entries

4 entries across 4 versions & 1 rubygems

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