From 8ce93dc25ad5fcad9facc872ef8477f956c7fb2c Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sat, 27 Apr 2024 22:07:36 +0700 Subject: [PATCH] chore: remove replay integration --- astro.config.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5dac59a..d29d52e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,11 +18,6 @@ export default defineConfig({ replaysSessionSampleRate: 0.05, replaysOnErrorSampleRate: 0.5, integrations: [ - Sentry.replayIntegration({ - networkDetailAllowUrls: [/teknologiumum.com/], - maskAllText: false, - maskAllInputs: false, - }), Sentry.httpIntegration({ tracing: true }), Sentry.nativeNodeFetchintegration(), ],