From f2edd88302bdfa397708f319b2399cd16a2004ff Mon Sep 17 00:00:00 2001 From: D-K-P <8297864+D-K-P@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:24:06 +0100 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=98defaultIntegrations:=20false?= =?UTF-8?q?=E2=80=99=20to=20the=20sentry=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/examples/sentry-error-tracking.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/examples/sentry-error-tracking.mdx b/docs/guides/examples/sentry-error-tracking.mdx index 136157cb9e..735bb5f615 100644 --- a/docs/guides/examples/sentry-error-tracking.mdx +++ b/docs/guides/examples/sentry-error-tracking.mdx @@ -49,6 +49,7 @@ export default defineConfig({ }, init: async () => { Sentry.init({ + defaultIntegrations: false, // The Data Source Name (DSN) is a unique identifier for your Sentry project. dsn: process.env.SENTRY_DSN, // Update this to match the environment you want to track errors for