Skip to content

Commit 139752a

Browse files
committed
fix typo
1 parent 46a164d commit 139752a

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/solidstart

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/solidstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For example, update your scripts in `package.json`.
168168

169169
## Add Readable Stack Traces to Errors
170170

171-
To upload source maps, you need to pass an auth tokens to `withSentry` explicitly with the `authToken`
171+
To upload source maps, you need to pass an auth token to `withSentry` explicitly with the `authToken`
172172
option. We highly recommend to store this token in an environment variable for security. You can also use the `SENTRY_AUTH_TOKEN` environment variable or have an `.env.sentry-build-plugin` file in the
173173
working directory when building your project.
174174

0 commit comments

Comments
 (0)