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.
undefined
authToken
1 parent 73787df commit 4ac2dc2Copy full SHA for 4ac2dc2
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 | undefined;
+ authToken?: string;
25
26
/**
27
* The base URL of your Sentry instance. Use this if you are using a self-hosted
0 commit comments