***

title: "SentryPluginOptions"
generated: true
---------------

<GenerationInfo sourceFile="packages/sentry-plugin/src/types.ts" sourceLine="7" packageName="@vendure-community/sentry-plugin" />

Configuration options for the [SentryPlugin](/current/community-plugins/reference/sentry-plugin/#sentryplugin).

```ts title="Signature"
interface SentryPluginOptions {
    includeErrorTestMutation?: boolean;
}
```

<div className="members-wrapper">

### includeErrorTestMutation

\<MemberInfo kind="property" type={`boolean`} default={`false`}   />

Whether to include the error test mutation in the admin API.
When enabled, a `createTestError` mutation becomes available in
the Admin API, which can be used to create different types of error
to check that the integration is working correctly.

</div>
