https://github.com/paperbits/paperbits-logrocket
This repository contains LogRocket integration module.
https://github.com/paperbits/paperbits-logrocket
logrocket paperbits
Last synced: 12 months ago
JSON representation
This repository contains LogRocket integration module.
- Host: GitHub
- URL: https://github.com/paperbits/paperbits-logrocket
- Owner: paperbits
- License: mit
- Created: 2020-05-18T00:09:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:07:11.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T11:09:17.322Z (about 1 year ago)
- Topics: logrocket, paperbits
- Language: TypeScript
- Homepage: https://paperbits.io
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogRocket integration for Paperbits
This repository contains an integration with LogRocket (https://logrocket.com) - a JavaScript SDK which works by intercepting actions in your website/app, such as network requests, touch actions, and Redux events, and sending them to a remote server.
[](https://gitter.im/paperbits/discussions)
## Installation
```bash
npm i @paperbits/logrocket --save
```
## Usage
Add imports and registration to `startup.design.ts` file of your project:
```ts
import { LogRocketDesignModule } from "@paperbits/logrocket/logrocket.design.module";
injector.bindModule(new LogRocketDesignModule());
```
## License
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file and at https://paperbits.io/license/mit.
2020 (c) Copyright Paperbits. All Rights Reserved.