Skip to content

Commit

Permalink
are we using the monorepo version?
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 6, 2024
1 parent 528ff75 commit 7a67ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/app.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Scenario: App data is included by default
And the event "app.inForeground" is true
And the event "app.type" equals the current OS name
And the event "app.codeBundleId" equals "691f4728-4bf5-4da3-a954-ea9a10fa17d2"
And the event "metaData.test.latestVersion" is true
And the error Bugsnag-Integrity header is valid
# Parameter not present on iOS devices
And the event "app.versionCode" equals the platform-dependent string:
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-expo-app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
event.app.bundleVersion = bundleVersion

event.addMetadata('app', { nativeBundleVersion: bundleVersion, nativeVersionCode: versionCode })
event.addMetadata('test', { latestVersion: true })
}, true)
}
}

0 comments on commit 7a67ad5

Please sign in to comment.