bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Add E2E test scenarios for JS source map upload #333

Closed fractalwrench closed 4 years ago

fractalwrench commented 4 years ago

Goal

Adds mazerunner scenarios that verify the BAGP can upload JS source maps in a react native app. This additionally integrates bugsnag-source-maps into the plugin as a prerelease version is now available.

Changeset

Steps were added to mazerunner to help verify the source map request contained the expected fields.

fractalwrench commented 4 years ago

Addressed review feedback