# analytics-plugin-logrocket

> LogRocket support for Analytics

Latest version **0.0.5** (published 2021-04-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install analytics-plugin-logrocket
pnpm add analytics-plugin-logrocket
yarn add analytics-plugin-logrocket
bun add analytics-plugin-logrocket
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2021-04-22 |
| First published | 2021-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Ian Hunter |
| Maintainers | 01studio |
| Keywords | analytics, plausible |

## Links

- npm: https://www.npmjs.com/package/analytics-plugin-logrocket
- Repository: https://github.com/ian/analytics
- Homepage: https://github.com/ian/analytics/tree/main/packages/logrocket#readme
- Issues: https://github.com/ian/analytics/issues
- npm.io page: https://npm.io/package/analytics-plugin-logrocket

## Dependencies (2)

- [analytics](https://npm.io/package/analytics.md) ^0.7.5
- [logrocket](https://npm.io/package/logrocket.md) ^1.0.15

## Recent versions

- 0.0.5 (latest) — 2021-04-22
- 0.0.4 — 2021-04-16
- 0.0.3 — 2021-04-16
- 0.0.2 — 2021-04-16
- 0.0.1 — 2021-04-16

## README

# Analytics LogRocket Plugin

This adds [Analytics](https://github.com/DavidWells/analytics) support for [LogRocket](https://logrocket.com/)

## Installation

```
npm install analytics analytics-plugin-logrocket --save
```

## Usage

```
import Analytics from "analytics"
import logrocketPlugin from "analytics-plugin-logrocket"

const analytics = Analytics({
  app: "myapp",
  plugins: [
    logrocketPlugin({
      appId: "...",
    }),
  ],
})
```

---
_Source: https://npm.io/package/analytics-plugin-logrocket · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
