Hello, everyone! I have recently realized that whenever interact/refresh my streamlit web app deployed at AWS, some post request are done to this URL: https://api.segment.io/v1/t
Does anyone know what that means and why this is necessary?
Thank you!
Hi @Gabriel21,
Those API calls are related to usage statistics/telemtry – if you set gatherUsageStats to false in your config.toml file, those API calls will not be made.
gatherUsageStats
false
config.toml
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.