We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878b0a6 commit 6994602Copy full SHA for 6994602
splitio/api/telemetry.py
@@ -76,7 +76,6 @@ def record_init(self, configs):
76
'Error posting init config because an exception was raised by the HTTPClient'
77
)
78
_LOGGER.debug('Error: ', exc_info=True)
79
- raise APIException('Init config data not flushed properly.') from exc
80
81
def record_stats(self, stats):
82
"""
0 commit comments