From fecf57c4672494f0dfb2cbb608395344c12c0f4e Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:13:05 +0100 Subject: [PATCH] fix: send UI error tracking (#8725) Put error boundary inside of stats provider. --- frontend/src/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 6165f97fe490..031a9f6c6e41 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -49,11 +49,11 @@ const ApplicationRoot = () => { - - + + @@ -66,8 +66,8 @@ const ApplicationRoot = () => { - - + +