You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
Currently ping requests are shown in Sentry with User-Agent=python-requests/2.12.4 and we have no other info there. In order to find the agent version quickly we can replace User-Agent value with WoTT Agent vXXXX where XXXX is the real version (agent.__version__).
The text was updated successfully, but these errors were encountered:
Currently ping requests are shown in Sentry with
User-Agent=python-requests/2.12.4
and we have no other info there. In order to find the agent version quickly we can replace User-Agent value withWoTT Agent vXXXX
where XXXX is the real version (agent.__version__
).The text was updated successfully, but these errors were encountered: