Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: build script #1456

Closed
wants to merge 2 commits into from
Closed

bugfix: build script #1456

wants to merge 2 commits into from

Conversation

estebanmino
Copy link
Contributor

Description

#1376 caused an error on the script to build the app. This PR makes sure that the env vars are getting pulled from sentry.debug.properties for debug mode, and from sentry.release.properties for release (including pre-release)

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

Copy link
Contributor

@rickycodes rickycodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one little note about the lock file getting an update, everything else looks sound to me

@@ -7936,7 +7936,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
dependencies:
brace-expansion "^1.1.7"

minimist@^1.1.1, minimist@^1.1.2, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.0:
minimist@^1.1.1, minimist@^1.1.2, minimist@^1.2.0, minimist@^1.2.5, minimist@~0.0.1, minimist@~1.2.0:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like this should be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@Gudahtt
Copy link
Member

Gudahtt commented Mar 24, 2020

I think we can consider this to be superseded by #1458 (assuming it works correctly).

We shouldn't need the auth token in development, and even so much as allowing source map uploads of debug builds could break the prerelease source maps (e.g. if the debug sourcemaps overwrote the prerelease sourcemaps in Sentry).

@estebanmino estebanmino deleted the bugfix/build-script branch August 18, 2020 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants