-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(remix): Accept
org
, project
and url
as args to upload script
- Loading branch information
1 parent
cf75ffe
commit 49fe889
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
packages/e2e-tests/test-applications/create-remix-app/upload-sourcemaps.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
export SENTRY_ORG=${E2E_TEST_SENTRY_ORG_SLUG} | ||
export SENTRY_PROJECT=${E2E_TEST_SENTRY_TEST_PROJECT} | ||
export SENTRY_AUTH_TOKEN=${E2E_TEST_AUTH_TOKEN} | ||
|
||
sentry-upload-sourcemaps | ||
sentry-upload-sourcemaps --org ${E2E_TEST_SENTRY_ORG_SLUG} --project ${E2E_TEST_SENTRY_TEST_PROJECT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters