You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/solidstart/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ For example, update your scripts in `package.json`.
168
168
169
169
## Add Readable Stack Traces to Errors
170
170
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`
172
172
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
0 commit comments