From d18b9d231f408e8ff462e8aea13160d2c55ea8e8 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Tue, 25 Jun 2024 11:59:51 +0530 Subject: [PATCH] Update Data.php --- includes/Data.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Data.php b/includes/Data.php index 4bbd7a7..04f5713 100644 --- a/includes/Data.php +++ b/includes/Data.php @@ -30,6 +30,7 @@ public static function runtime() { ), 'currentUserDetails' => self::wp_current_user_details(), 'isFreshInstallation' => self::is_fresh_installation(), + 'sentryInitDsnURL' => 'https://cd5bd4c30b914e0d1d0f49413e600afa@o4506197201715200.ingest.us.sentry.io/4507383861805056', ); }