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

LogRocket integration? #18

Open
bogdancss opened this issue Mar 21, 2019 · 2 comments
Open

LogRocket integration? #18

bogdancss opened this issue Mar 21, 2019 · 2 comments

Comments

@bogdancss
Copy link

How can I integrate this with LogRocket?

On the docs, they recommend the following (but not sure how to use this with the gatsby plugin):

To set up Sentry, add this code to your app. Every crash report will have a LogRocket session URL.

Sentry.configureScope(scope => {
  scope.addEventProcessor(async (event) => {
    event.extra.sessionURL = LogRocket.sessionURL;
    return event;
  });
});
@selique
Copy link

selique commented Jun 16, 2020

iam too lost with doc logrocket @bogdancss how u implement logrocket on gatsby

@selique
Copy link

selique commented Jun 16, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants