File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ render(
159
159
160
160
## Uploading Source Maps
161
161
162
- To upload source maps, add the ` sentrySolidStartVite ` plugin from ` @sentry/solidstart ` to your ` app.config.ts ` and configure
163
- an auth token. Auth tokens can be passed to the plugin explicitly with the ` authToken ` option, with a
162
+ To upload source maps, add the ` sentrySolidStartVite ` plugin from ` @sentry/solidstart ` to your ` app.config.ts ` and
163
+ configure an auth token. Auth tokens can be passed to the plugin explicitly with the ` authToken ` option, with a
164
164
` SENTRY_AUTH_TOKEN ` environment variable, or with an ` .env.sentry-build-plugin ` file in the working directory when
165
165
building your project. We recommend you add the auth token to your CI/CD environment as an environment variable.
166
166
You can’t perform that action at this time.
0 commit comments