<!DOCTYPE html><htmllang="en"> <head> <metacharset="utf-8"/> <linkrel="icon"href="https://cdn.jsdelivr.net/npm/@egovernments/digit-ui-css/img/browser-icon.png"/> <link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap" rel='stylesheet' type='text/css'>
<linkrel="stylesheet"href="https://unpkg.com/@egovernments/digit-ui-css@1.4.111/dist/index.css"/> <!-- <linkrel="stylesheet"href="https://unpkg.com/@egovernments/digit-ui-css/dist/index.css"/> --> <metaname="viewport"content="width=device-width, initial-scale=1"/> <metaname="theme-color"content="#00bcd1"/> <title>mSeva</title> <!-- <scriptsrc="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigs.js"></script> --> <scriptsrc=https://unpkg.com/@egovernments/telemetry@0.0.2/dist/egov-telemetry-1557467338.js type=text/javascript></script> </head> <body> <noscript>You needtoenableJavaScripttorunthis app.</noscript> <div id="root"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> </body></html>
Once the script was added to the index.html, restart the server and go to the network tab of the developer console and filter for telemetry.
Dev Environment
To enable it in the dev environment(where DIGIT is deployed. Could be UAT or staging or prod), we need to add the javascript code block of telemetry into the Helm environment file used for deploying DIGIT.
For example, for the development environment, we use dev.yaml.
Whichever environment file has been used to deploy DIGIT, please make sure the above code blocks are added to the file. Dev has been used here as an example. This can differ based on the environment.
Redeploy the citizen, employee, and digit-ui modules using Helm. For example, to redeploy the citizen module, identify the docker image ID from the product release charts.
If you have deployed DIGIT v2.6, use the 2.6 release chart. If 2.7, use the 2.7 release chart. Search for the docker image ID of the citizen, employee and digit-UI modules and copy those.
Then, run the following commands to redeploy the citizen module with the updated variables in the environment file. This will replace the new values during deployment and configure it appropriately:
go run main.go deploy -c -e <environment_file.yaml> egovio/citizen:v1.5.0-c1825dd69-291
Repeat this exercise for the employee module. Redeploy the digit-ui module based on the instructions here.
Once the deployment is successful, we can track it into the Network tab by filter telemetry.