Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LogRocket to production website #65

Open
jimmyandrade opened this issue Mar 10, 2020 · 0 comments
Open

Add LogRocket to production website #65

jimmyandrade opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
help wanted Extra attention is needed invalid This doesn't seem right
Projects

Comments

@jimmyandrade
Copy link
Member

Description

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

How to install LogRocket

npm i --save logrocket

How to import and configure LogRocket

import LogRocket from 'logrocket';
LogRocket.init('multei/web');

How to identify users (only if they allow)

// This is an example script - don't forget to change it!
LogRocket.identify('THE_USER_ID_IN_YOUR_APP', {
  name: 'James Morrison',
  email: 'jamesmorrison@example.com',

  // Add your own custom user variables here, ie:
  subscriptionType: 'pro'
});
@jimmyandrade jimmyandrade added help wanted Extra attention is needed invalid This doesn't seem right labels Mar 10, 2020
@jimmyandrade jimmyandrade self-assigned this Mar 10, 2020
@jimmyandrade jimmyandrade added this to To do in Multei via automation Mar 10, 2020
@jimmyandrade jimmyandrade removed this from To do in Multei Apr 24, 2020
@jimmyandrade jimmyandrade added this to Backlog in Multei Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed invalid This doesn't seem right
Projects
Multei
  
Backlog
Development

No branches or pull requests

1 participant