We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
authToken
1 parent 0cd9069 commit 73787dfCopy full SHA for 73787df
1 file changed
packages/bundler-plugin-core/src/types.ts
@@ -21,7 +21,7 @@ export interface Options {
21
*
22
* @see https://docs.sentry.io/product/accounts/auth-tokens/#organization-auth-tokens
23
*/
24
- authToken?: string;
+ authToken?: string | undefined;
25
26
/**
27
* The base URL of your Sentry instance. Use this if you are using a self-hosted
0 commit comments