diff --git a/README.sentry/README.sentry.md b/README.sentry/README.sentry.md index 4bd9729..96773cd 100644 --- a/README.sentry/README.sentry.md +++ b/README.sentry/README.sentry.md @@ -27,6 +27,6 @@ ![6 generate token](./img/6%20generate%20token.jpg) -9. Add your `SENTRY_AUTH_TOKEN` in [client/.env](../client/.env) +9. Add your `SENTRY_AUTH_TOKEN` in [client/.env](../client/.env) and in your GitHub Actions Secrets (in your GitHub repo's settings tab.) 10. Add your `org` and `project` values to Sentry Vite plugin in [client/vite.config.ts](../client/vite.config.ts) diff --git a/README.sentry/img/6 generate token.jpg b/README.sentry/img/6 generate token.jpg index 3149741..ec5473b 100644 Binary files a/README.sentry/img/6 generate token.jpg and b/README.sentry/img/6 generate token.jpg differ diff --git a/package.json b/package.json index 3506111..25ba5ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-react-spa-cloudflare", "type": "module", - "version": "0.0.24", + "version": "0.0.25", "description": "Starter package for a React SPA with Cloudflare Pages, Workers, and KV", "bin": "./bin/cli.js", "scripts": {