paperbits / paperbits-logrocket

This repository contains LogRocket integration module.

Home Page:https://paperbits.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Join the chat at https://gitter.im/paperbits/discussions

Installation

npm i @paperbits/logrocket --save

Usage

Add imports and registration to startup.design.ts file of your project:

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.

About

This repository contains LogRocket integration module.

https://paperbits.io

License:MIT License


Languages

Language:TypeScript 100.0%