Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.sentry/README.sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file modified README.sentry/img/6 generate token.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down