It'd be nice to have this module disabled by default during dev to prevent junk data showing up in Posthog. Thinking something like `disabled: import.meta.env.NODE_ENV === 'development',` [here](https://github.com/mitjans/nuxt-posthog/blob/c1eb9160abb7797f35e832fee10d0868c4f4dbca/src/module.ts#L85) could do the trick.