We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authToken
string
1 parent 67f4919 commit 26ff159Copy full SHA for 26ff159
1 file changed
packages/tanstackstart-react/src/config/index.ts
@@ -9,7 +9,7 @@ export function wrapVinxiConfigWithSentry<C>(
9
org?: string;
10
project?: string;
11
silent?: boolean;
12
- authToken?: boolean;
+ authToken?: string;
13
} = {},
14
): C {
15
return config;
0 commit comments