Skip to main content
Version: Next

PostHogPluginOptions

PostHogPluginOptions

Signature
interface PostHogPluginOptions {
posthogOptions: {
apiKey: string;
options?: PostHogOptions;
};
}

posthogOptions

property
{ apiKey: string; options?: PostHogOptions; }