MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / getNuxtConfig

Function getNuxtConfig

packages/nuxt/test/vite/sourceMaps.test.ts:442–444  ·  view source on GitHub ↗
(nuxtSourceMap?: SourceMapSetting)

Source from the content-addressed store, hash-verified

440 });
441
442 const getNuxtConfig = (nuxtSourceMap?: SourceMapSetting): MinimalNuxtConfig => ({
443 options: { sourcemap: { server: nuxtSourceMap } },
444 });
445
446 it('should log a warning when Nuxt and Nitro source map settings differ', () => {
447 const nuxt = getNuxtConfig(true);

Callers 1

sourceMaps.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected