logrocket icon indicating copy to clipboard operation
logrocket copied to clipboard

LogRocket module for Nuxt

Results 18 logrocket issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.49.0` -> `^9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.49.0/9.2.0) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^0.34.4` -> `^3.0.9`](https://renovatebot.com/diffs/npm/vitest/0.34.4/3.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/3.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.7.2` -> `^3.16.1`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.7.2/3.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-modules/logrocket). ## Repository problems These problems occurred while...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

I think you have to explicit import defineNuxtPlugin like you import Logrocket in the plugin import { defineNuxtPlugin } from '#app'

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | logrocket | [`^5.0.1` -> `^8.1.2`](https://renovatebot.com/diffs/npm/logrocket/5.0.1/8.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/logrocket/8.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....

We added a `prepare` command for nuxt-module-build which allows creating type stubs directly from the module without needing to apply to the playground as well. (https://github.com/nuxt/module-builder/pull/124) It's the default for...

I followed the guide exactly from here https://nuxt.com/modules/logrocket my **node** version is : **16.20.0** my **nuxt** version is **3.3.1** my **nuxt-logrocket** version is **2.0.6** **nuxt.config.ts** ```ts modules: [ 'nuxt-logrocket', ]...