Skip to content

Commit

Permalink
Update localstack/utils/analytics/usage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Rausch <thomas@thrau.at>
  • Loading branch information
whummer and thrau committed Feb 6, 2024
1 parent 9d504f6 commit 2d81292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion localstack/utils/analytics/usage.py
Expand Up @@ -124,4 +124,5 @@ def aggregate_and_send():
[Event(name="ls:usage_analytics", metadata=metadata, payload=aggregated_payload)]
)
except Exception as e:
LOG.info("Unable to report analytics: %s", e)
if config.DEBUG_ANALYTICS:
LOG.exception("Error while publishing analytics")

0 comments on commit 2d81292

Please sign in to comment.