Hi. I’m using CodePush appcenter. And after have the main.bundle I want to send the bundle file to BugSnag, But when I retrieve the build/CodePush/main.bundle.js
file not found. Even though I already set the output of Appcenter -o build
Codepush output
bundle: start
bundle: finish
bundle: Writing bundle output to: build/CodePush/main.jsbundle
bundle: Writing sourcemap output to: build/CodePush/main.jsbundle.map
bundle: Done writing bundle output
bundle: Done writing sourcemap output
bundle: Copying 41 asset files
bundle: Done copying assets
BugSnag error
+ bugsnag-sourcemaps upload --api-key 5f98a94cc31f51fe3d69446c944cc948 --code-bundle-id 3.9.0 --source-map build/CodePush/main.jsbundle.map --minified-file build/CodePush/main.jsbundle --minified-url main.jsbundle --upload-sources --add-wildcard-prefix --overwrite
[23:52:24] Uploading sourcemaps [started]
[23:52:24] Uploading sourcemaps [failed]
[23:52:24] → Source map file does not exist (build/CodePush/main.jsbundle.map)