Closed chrisnoden closed 1 year ago
I have the same error.
Same here: nuxt 3.2.2, nuxt-logrocket 2.0.4. Reported on #327
I've got LogRocket working just fine without this module:
Install LogRocket:
yarn add logrocket
(or equivalent)
Add LR to app.vue (so it's available on all your pages):
<script setup>
import LogRocket from 'logrocket';
LogRocket.init('your LR app ID');
</script>
I'm obviously using the composition API above, but this should work in Options API or in the other way of implementing setup() - but I don't use either of those.
LR works really well and is simple. Remember it takes a good few minutes for a session to appear - so if you test, go and make a brew before checking on the LR dashboard.
Ditto
Ditto
Ditto
I've followed the instructions and as soon as I add 'nuxt-logrocket' to my
modules
list I get an error and am unable to start my dev server:(I've replaced the full path above)
Also below the above error, a similar
As you can see, it's trying to load them from a local
/home
directory - implying a compilation or similar problem when you've built the distribution.nuxt cannot start as a result