From 3d5a1c0205ae6a52c8c777a7d6eceb048b2c0981 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:04:45 +0200 Subject: [PATCH] Update src/js/tools/metroconfig.ts --- src/js/tools/metroconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tools/metroconfig.ts b/src/js/tools/metroconfig.ts index 25b85aaf0..4235f38e4 100644 --- a/src/js/tools/metroconfig.ts +++ b/src/js/tools/metroconfig.ts @@ -51,7 +51,7 @@ export function withSentryConfig( if (annotateReactComponents) { newConfig = withSentryBabelTransformer(newConfig); } - if (options.includeWebReplay === false) { + if (includeWebReplay === false) { newConfig = withSentryResolver(newConfig, includeWebReplay); }