-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from bugsnag/runtime-versions
Migrate version information to device.runtimeVersions
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Feature: Runtime versions are included in all requests | ||
|
||
Scenario: Runtime versions included in Cocoa error | ||
When I run "HandledErrorScenario" | ||
Then I should receive a request | ||
And the request is valid for the error reporting API | ||
And the payload field "events.0.device.runtimeVersions.osBuild" is not null | ||
|
||
Scenario: Runtime versions included in Cocoa session | ||
When I run "ManualSessionScenario" | ||
And I wait for 10 seconds | ||
Then I should receive a request | ||
And the request is a valid for the session tracking API | ||
And the payload field "device.runtimeVersions.osBuild" is not null |