Analytics
Privacy-focused customer analytics for Medusa v2.
Features
Section titled “Features”Installation
Section titled “Installation”Inside your medusa backend root folder:
yarn add medusa-plugin-analyticsReplace “yarn add” with the correct command for your package manager if you are using (for example) npm, pnpm, or bun.
Configuration
Section titled “Configuration”Enable in your medusa-config.ts file. Example:
module.exports = defineConfig({ //... other config plugins: [ { resolve: 'medusa-plugin-analytics', options: {} } // ... other plugins ]})