We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }); });
The text was updated successfully, but these errors were encountered:
iam too lost with doc logrocket @bogdancss how u implement logrocket on gatsby
Sorry, something went wrong.
its correct assume this implementation @bogdancss https://github.com/DamianMullins/damianmullins.com/blob/5633fd86bd6092bfc9ecad9270990b823b968610/src/components/Layout.js
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: