We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181bc0e commit 7cd5ac9Copy full SHA for 7cd5ac9
UnleashClient/api/metrics.py
@@ -46,6 +46,7 @@ def send_metrics(
46
47
LOGGER.info("Unleash Client metrics successfully sent!")
48
49
+
50
return True
51
except requests.RequestException as exc:
52
LOGGER.warning(
0 commit comments