Skip to content

Commit

Permalink
Update frontend/packages/tools/upload-sourcemaps.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Cortés <[email protected]>
  • Loading branch information
jdslaugh and jecr authored Aug 21, 2023
1 parent 086f997 commit 55e9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/tools/upload-sourcemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const uploadBugsnagSourcemaps = () => {
return Promise.reject(new Error("[BugSnag] API Key missing"));
}

if (!baseUrl || baseUrl === "") {
if (!baseUrl) {
console.error(
`[BugSnag] No BaseUrl defined in process.env.BASE_URL in ${dotEnvFile}. Skipping Upload`
);
Expand Down

0 comments on commit 55e9d44

Please sign in to comment.