LogRocket integration for VulcanJS
meteor add origenstudio:vulcan-logrocket
In your app settings.json file add:
{
//...
"public": {
//...
"logRocket": {
"id": "LOGROCKET_ID"
}
}
}
You should start seeing sessions on LogRocket's dashboard
This package downloads the LogRocket dependencies from its CDN and initializes it with your setting details.
- Better integration with other error tracking tools e.g. Sentry