We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@nuxt/kit
1 parent 0c1e445 commit 10e650aCopy full SHA for 10e650a
1 file changed
src/kit-shim.ts
@@ -97,7 +97,7 @@ export function tryUseNuxt (): Nuxt | null {
97
}
98
99
// -- Nuxt 2 compatibility shims --
100
-const NUXT2_SHIMS_KEY = '__nuxt2_shims_key__'
+const NUXT2_SHIMS_KEY = '__nuxt2_shims_sentry_key__'
101
function nuxt2Shims (nuxt: Nuxt) {
102
// Avoid duplicate install and only apply to Nuxt2
103
// @ts-expect-error nuxt2
0 commit comments