Skip to content

Commit c363f37

Browse files
update sentry docs (#10)
1 parent c9894ed commit c363f37

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.sentry/README.sentry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727

2828
![6 generate token](./img/6%20generate%20token.jpg)
2929

30-
9. Add your `SENTRY_AUTH_TOKEN` in [client/.env](../client/.env)
30+
9. Add your `SENTRY_AUTH_TOKEN` in [client/.env](../client/.env) and in your GitHub Actions Secrets (in your GitHub repo's settings tab.)
3131

3232
10. Add your `org` and `project` values to Sentry Vite plugin in [client/vite.config.ts](../client/vite.config.ts)
-89.1 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-react-spa-cloudflare",
33
"type": "module",
4-
"version": "0.0.24",
4+
"version": "0.0.25",
55
"description": "Starter package for a React SPA with Cloudflare Pages, Workers, and KV",
66
"bin": "./bin/cli.js",
77
"scripts": {

0 commit comments

Comments
 (0)