From 736b9bda1ab4e9a4d3ef22e6f3177df14debc651 Mon Sep 17 00:00:00 2001 From: Roan Paulus <123072030+RoanPaulus@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:40:13 +0100 Subject: [PATCH] Added gitsha url to browser console log (#1601) --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index d5d41df497..50746d3c31 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,6 +19,7 @@ console.info( 'App version: %s, Commit sha: %s, Build id:, %s', release, MA_GIT_SHA ?? '-1', + `Current commit: https://github.com/Amsterdam/mijn-amsterdam-frontend/commit/${MA_GIT_SHA}`, MA_BUILD_ID ?? '-1' );