@exodus/analytics
Advanced tools
Comparing version 14.4.1 to 14.4.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [14.4.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics@14.4.1...@exodus/analytics@14.4.2) (2024-09-16) | ||
### Bug Fixes | ||
- **analytics:** config ([#9306](https://github.com/ExodusMovement/exodus-hydra/issues/9306)) ([45a4a31](https://github.com/ExodusMovement/exodus-hydra/commit/45a4a31d8da36e6190381694ad3eb63488a29a64)) | ||
## [14.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics@14.4.0...@exodus/analytics@14.4.1) (2024-09-09) | ||
@@ -8,0 +14,0 @@ |
@@ -16,3 +16,5 @@ import { EXODUS_KEY_IDS } from '@exodus/key-ids' | ||
const analytics = ({ keyIdentifier = EXODUS_KEY_IDS.TELEMETRY } = Object.create(null)) => { | ||
const analytics = ( | ||
{ keyIdentifier = EXODUS_KEY_IDS.TELEMETRY, installEventReportingUrl } = Object.create(null) | ||
) => { | ||
return { | ||
@@ -56,2 +58,3 @@ id: 'analytics', | ||
storage: { namespace: 'analytics' }, | ||
config: { installEventReportingUrl }, | ||
}, | ||
@@ -58,0 +61,0 @@ ], |
{ | ||
"name": "@exodus/analytics", | ||
"version": "14.4.1", | ||
"version": "14.4.2", | ||
"description": "Analytics-provider agnostic analytics reporter", | ||
@@ -55,3 +55,3 @@ "author": "Exodus Movement, Inc.", | ||
}, | ||
"gitHead": "d64de7579b06afe91fbded3d1f7eb29950f82e5a" | ||
"gitHead": "7ec06b1a153f0daa90d28e97aafa5b8f7ff8fb6a" | ||
} |
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
56584
627