Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analytics-plugin-logrocket

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-plugin-logrocket - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"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: "...",
}),
],
})
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc