From 33a55a08e04a3677580b72dcc298a8ce29f52989 Mon Sep 17 00:00:00 2001 From: Bright Zheng Date: Fri, 4 Jun 2021 16:46:39 +0800 Subject: [PATCH 1/2] fix CORS error issue --- web/static/eum-tmpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/eum-tmpl.html b/web/static/eum-tmpl.html index d3fec86..9aa7a2e 100644 --- a/web/static/eum-tmpl.html +++ b/web/static/eum-tmpl.html @@ -8,6 +8,6 @@ ineum('trackSessions'); ineum('page', 'splash'); - + From eaa36113a0228a9f27cb13adb68bca360c0ef327 Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Mon, 7 Jun 2021 14:56:52 +0100 Subject: [PATCH 2/2] update comment --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b8ab26a..3c57bfc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -160,8 +160,7 @@ services: # Uncomment to enable Instana EUM # environment: # INSTANA_EUM_KEY: - # INSTANA_EUM_REPORTING_URL: https://eum-us-west-2.instana.io - # INSTANA_EUM_REPORTING_URL: https://eum-eu-west-1.instana.io + # INSTANA_EUM_REPORTING_URL: logging: <<: *logging