alexeyinkin commented on code in PR #24957: URL: https://github.com/apache/beam/pull/24957#discussion_r1131229421
########## learning/tour-of-beam/frontend/lib/config.dart: ########## @@ -26,14 +26,10 @@ const cloudFunctionsBaseUrl = 'https://' // Copied from Playground's config.g.dart -const String kAnalyticsUA = 'UA-73650088-2'; -const String kApiClientURL = - 'https://backend-router-beta-dot-apache-beam-testing.appspot.com'; -const String kApiJavaClientURL = - 'https://backend-java-beta-dot-apache-beam-testing.appspot.com'; -const String kApiGoClientURL = - 'https://backend-go-beta-dot-apache-beam-testing.appspot.com'; -const String kApiPythonClientURL = - 'https://backend-python-beta-dot-apache-beam-testing.appspot.com'; -const String kApiScioClientURL = - 'https://backend-scio-beta-dot-apache-beam-testing.appspot.com'; +const String kAnalyticsUA = 'G-BXFP2FNCKC'; Review Comment: It is also in `config.example.dart`. This is changing in a series of steps starting with deleting the Gradle configuration in #25610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
