POST request to https://api.segment.io whenever I interact with widgets in Streamlit App

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.

1 Like