From d3720d5326c0aa5b70f341bafb9f39456fef61a8 Mon Sep 17 00:00:00 2001 From: heonjwa Date: Tue, 3 Jun 2025 16:50:47 -0700 Subject: [PATCH 1/2] Implemented Sentry with dsn to fetch all logs --- app/views/main.scala.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 3efbc7707c..a28d788b81 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -19,6 +19,14 @@ gtag('js', new Date()); gtag('config', '@googleAnalytics4Id'); + + @title From 8bcfb5deffb721620d65d4e58c13f778bab51cfb Mon Sep 17 00:00:00 2001 From: heonjwa Date: Wed, 4 Jun 2025 19:26:05 -0700 Subject: [PATCH 2/2] Removed script that initializes SDK which is not needed with CDN --- app/views/main.scala.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/main.scala.html b/app/views/main.scala.html index a28d788b81..f14d04ad44 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -20,13 +20,6 @@ gtag('config', '@googleAnalytics4Id'); - @title