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.
1 parent 25a1be3 commit db3baaeCopy full SHA for db3baae
packages/tanstackstart/src/config/index.ts
@@ -9,6 +9,7 @@ export function wrapVinxiConfigWithSentry<C>(
9
org?: string;
10
project?: string;
11
silent?: boolean;
12
+ authToken?: boolean;
13
} = {},
14
): C {
15
return config;
0 commit comments