https://github.com/vanheemstrasystems/logrocket-headstart
LogRocket - Headstart
https://github.com/vanheemstrasystems/logrocket-headstart
frontend logrocket monitoring
Last synced: 4 months ago
JSON representation
LogRocket - Headstart
- Host: GitHub
- URL: https://github.com/vanheemstrasystems/logrocket-headstart
- Owner: vanHeemstraSystems
- Created: 2021-12-24T09:01:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T09:47:50.000Z (over 4 years ago)
- Last Synced: 2025-07-28T05:51:41.526Z (10 months ago)
- Topics: frontend, logrocket, monitoring
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
logrocket-headstart
# LogRocket - Headstart
Based on "LogRocket Quickstart" at https://app.logrocket.com/quickstart
LogRocket helps you understand problems affecting your users, so that you can get back to building great software.
# 100 - Create Account
e.g. User Email: wvanheemstra@icloud.com
Password: *****
# 200 - Create Project
e.g. MyFirstProject
# 300 - Install LogRocket
Our SDKs enable us to capture data from your application. No matter what framework you use, our libraries are lightweight, won’t affect performance, and are easy to install.
## 100 - Install LogRocket for Web
Using NPM
1. Install the ```logrocket``` module via NPM:
```
npm i --save logrocket
```
2. Import ```LogRocket``` and call ```LogRocket.init``` like so:
```
import LogRocket from 'logrocket';
LogRocket.init('ivpqfp/myfirstproject');
```
# 200 - Dashboard
Go to the Dashboard, here https://app.logrocket.com/ivpqfp/myfirstproject/
To start using LogRocket, check out the [setup guide](https://app.logrocket.com/ivpqfp/myfirstproject/settings/setup) for detailed instructions.