medusa-plugin-analytics
v0.1.0
Published
Privacy-first analytics plugin for Medusa v2
Downloads
122
Maintainers
Readme
Mildred
Privacy-focused customer analytics for Medusa v2.
If you are not familiar with Medusa, you can learn more on the project web site.
Features
Installation
Inside your medusa backend root folder:
yarn add mildredReplace "yarn add" with the correct command for your package manager if you are using (for example) npm, pnpm, or bun.
Configuration
Enable in your medusa-config.ts file. Example:
module.exports = defineConfig({
//... other config
plugins: [
{
resolve: 'mildred',
options: {}
}
// ... other plugins
]
})