We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501d121 commit 6a6853eCopy full SHA for 6a6853e
packages/nuxt/src/vite/databaseConfig.ts
@@ -6,7 +6,7 @@ import type { Nuxt } from 'nuxt/schema';
6
* Sets up the database instrumentation.
7
*/
8
export function addDatabaseInstrumentation(nuxt: Nuxt): void {
9
- if (!nuxt.options.nitro?.experimental?.database && !nuxt.options.nitro?.database) {
+ if (!nuxt.options.nitro?.experimental?.database) {
10
consoleSandbox(() => {
11
// eslint-disable-next-line no-console
12
console.log('[Sentry] No database configuration found. Skipping database instrumentation.');
0 commit comments