diff --git a/packages/types/src/options.ts b/packages/types/src/options.ts index 196ca466ce73..26f86de91e61 100644 --- a/packages/types/src/options.ts +++ b/packages/types/src/options.ts @@ -15,9 +15,8 @@ export interface Options { debug?: boolean; /** - * Specifies whether this SDK should activate and send events to Sentry. - * Disabling the SDK reduces all overhead from instrumentation, collecting - * breadcrumbs and capturing events. Defaults to true. + * Specifies whether this SDK should send events to Sentry. + * Defaults to true. */ enabled?: boolean;