Skip to content

Commit 37e4052

Browse files
author
Luca Forstner
committed
Todo note
1 parent 8b6d85d commit 37e4052

File tree

1 file changed

+3
-1
lines changed
  • docs/platforms/javascript/guides/tanstackstart-react

1 file changed

+3
-1
lines changed

docs/platforms/javascript/guides/tanstackstart-react/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ export default wrapVinxiConfigWithSentry(config, {
6565
});
6666
```
6767

68-
Setting the `SENTRY_AUTH_TOKEN` environment variable will upload sourcemaps for you to see unminified errors in Sentry:
68+
{/* TODO(lforst): Remove "in future versions of this SDK," */}
69+
70+
In future versions of this SDK, setting the `SENTRY_AUTH_TOKEN` environment variable will upload sourcemaps for you to see unminified errors in Sentry:
6971

7072
```sh {filename:.env}
7173
SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___

0 commit comments

Comments
 (0)