Skip to content

Commit 10e650a

Browse files
authored
fix: crash happening when @nuxt/kit is installed (#571)
1 parent 0c1e445 commit 10e650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/kit-shim.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function tryUseNuxt (): Nuxt | null {
9797
}
9898

9999
// -- Nuxt 2 compatibility shims --
100-
const NUXT2_SHIMS_KEY = '__nuxt2_shims_key__'
100+
const NUXT2_SHIMS_KEY = '__nuxt2_shims_sentry_key__'
101101
function nuxt2Shims (nuxt: Nuxt) {
102102
// Avoid duplicate install and only apply to Nuxt2
103103
// @ts-expect-error nuxt2

0 commit comments

Comments
 (0)