File tree Expand file tree Collapse file tree 16 files changed +34
-34
lines changed
node-experimental-fastify-app
react-router-6-use-routes
standard-frontend-react-tracing-import Expand file tree Collapse file tree 16 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ mkdir test-applications/my-new-test-application # Name of the new folder doesn't
49
49
50
50
# Create an npm configuration file that uses the fake test registry
51
51
cat > test-applications/my-new-test-application/.npmrc << EOF
52
- @sentry:registry=http://localhost :4873
53
- @sentry-internal:registry=http://localhost :4873
52
+ @sentry:registry=http://127.0.0.1 :4873
53
+ @sentry-internal:registry=http://127.0.0.1 :4873
54
54
EOF
55
55
```
56
56
@@ -60,7 +60,7 @@ Add the new test app to `test-application` matrix in `.github/workflows/build.ym
60
60
want to run a canary test, add it to the ` canary.yml ` workflow.
61
61
62
62
** An important thing to note:** In the context of the build/test commands the fake test registry is available at
63
- ` http://localhost :4873 ` . It hosts all of our packages as if they were to be published with the state of the current
63
+ ` http://127.0.0.1 :4873 ` . It hosts all of our packages as if they were to be published with the state of the current
64
64
branch. This means we can install the packages from this registry via the ` .npmrc ` configuration as seen above. If you
65
65
add Sentry dependencies to your test application, you should set the dependency versions set to ` latest || * ` in order
66
66
for it to work with both regular and prerelease versions:
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry = http://localhost :4873
2
- @sentry-internal:registry = http://localhost :4873
1
+ @sentry:registry = http://127.0.0.1 :4873
2
+ @sentry-internal:registry = http://127.0.0.1 :4873
Original file line number Diff line number Diff line change 1
- @sentry:registry=http://localhost :4873
2
- @sentry-internal:registry=http://localhost :4873
3
- //localhost :4873/:_authToken=some-token
1
+ @sentry:registry=http://127.0.0.1 :4873
2
+ @sentry-internal:registry=http://127.0.0.1 :4873
3
+ //127.0.0.1 :4873/:_authToken=some-token
4
4
5
5
# Do not notify about npm updates
6
6
update-notifier=false
You can’t perform that action at this time.
0 commit comments