From 49329beb593915d53ab7776917581d27e0685f10 Mon Sep 17 00:00:00 2001 From: Frederik Rommel <15031079+rommelfreddy@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:15:30 +0200 Subject: [PATCH] fix initialisation of replay integration (#143) --- view/frontend/templates/script/sentry.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/frontend/templates/script/sentry.phtml b/view/frontend/templates/script/sentry.phtml index efc665e..1aeb299 100644 --- a/view/frontend/templates/script/sentry.phtml +++ b/view/frontend/templates/script/sentry.phtml @@ -40,7 +40,7 @@ if (typeof Sentry !== 'undefined') { }), useSessionReplay()): ?> - new Sentry.Replay({ + Sentry.replayIntegration({ blockAllMedia: escapeHtml($block->getReplayBlockMedia() ? 'true' : 'false') ?>, maskAllText: escapeHtml($block->getReplayMaskText() ? 'true' : 'false') ?>, })