We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
authToken
1 parent 4ac2dc2 commit a17c2e7Copy full SHA for a17c2e7
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