Analytics
Plausible
To use Mixpanel with supastarter, first create a Plausible account and get plausible app url.
Then, add the app code to your .env.local
file and your deployment environment:
Next, we need to activate Plausible as the analytics provider. To do this, open apps/web/src/lib/modules/analytics/index.ts
and change the content to:
To customize the Plausible configuration, edit the apps/web/src/lib/modules/analytics/provider/plausible/index.ts
.
Learn more about analytics with Plausible in the official documentation.
For further instructions, follow the general analytics instructions.