@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.esm.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -31,3 +31,3 @@ # Analytics Module: Matomo Analytics | ||
export const apis: AnyApiFactory[] = [ | ||
// Instantiate and register the GA Analytics API Implementation. | ||
// Instantiate and register the Matomo Analytics API Implementation. | ||
createApiFactory({ | ||
@@ -44,3 +44,3 @@ api: analyticsApiRef, | ||
The following is the minimum configuration required to start sending analytics | ||
events to GA. All that's needed is your Universal Analytics tracking ID: | ||
events to Matomo. All that's needed is your Matomo Host and Site Id: | ||
@@ -52,3 +52,3 @@ ```yaml | ||
matomo: | ||
instanceUrl: ${ANALYTICS_MATOMO_INSTANCE_URL} | ||
host: ${ANALYTICS_MATOMO_INSTANCE_URL} | ||
siteId: ${ANALYTICS_MATOMO_SITE_ID} | ||
@@ -59,3 +59,3 @@ ``` | ||
The following is the minimal content security policy required to load scripts from GA. | ||
The following is the minimal content security policy required to load scripts from your Matomo Instance. | ||
@@ -62,0 +62,0 @@ ```yaml |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10330