0.0.2 • Published 5 months ago
@rsc-labs/medusa-store-analytics-pro-v1-custom-1 v0.0.2
Customized, commercial version of Medusa Store Analytics v1
Copyright 2025 RSC-Labs, https://rsoftcon.com/. All rights reserved.
Commercial License
It is commercial software. To use it, you must obtain a license and agree to the License Terms.
Installation
- Install the MIT package with
yarn add @rsc-labs/medusa-store-analyticsornpm i @rsc-labs/medusa-store-analytics. - Install the commercial package with
yarn add @rsc-labs/medusa-store-analytics-pro-v1-custom-1ornpm i @rsc-labs/medusa-store-analytics-pro-v1-custom-1. - In
medusa-config.js, add plugins to theplugins:
const plugins = [
// ... other plugins
{
resolve: `@rsc-labs/medusa-store-analytics`,
// Do not add enableUI
},
{
resolve: `@rsc-labs/medusa-store-analytics-pro-v1-custom-1`,
options: {
enableUI: true,
licenceKey: <licenceKey>
}
}
]