analytics-plugin-logrocket
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "analytics-plugin-logrocket", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "LogRocket support for Analytics", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "894c71a2903695a675b6f75688bae8c13a55ed59" | ||
"gitHead": "a515ddfd73e6f19e2096a65ab2dc672098c7ca1b" | ||
} |
@@ -1,11 +0,25 @@ | ||
# `plausible` | ||
# Analytics LogRocket Plugin | ||
> TODO: description | ||
This adds [Analytics](https://github.com/DavidWells/analytics) support for [LogRocket](https://logrocket.com/) | ||
## Installation | ||
``` | ||
npm install analytics analytics-plugin-logrocket --save | ||
``` | ||
## Usage | ||
``` | ||
const plausible = require('plausible'); | ||
import Analytics from "analytics" | ||
import logrocketPlugin from "analytics-plugin-logrocket" | ||
// TODO: DEMONSTRATE API | ||
const analytics = Analytics({ | ||
app: "myapp", | ||
plugins: [ | ||
logrocketPlugin({ | ||
appId: "...", | ||
}), | ||
], | ||
}) | ||
``` |
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
5019
26