LocalStack

Usage analytics not sent due to missing hook registration

info
configurationUpdated Nov 14, 2024(via Exa)
Technologies:
How to detect:

Usage analytics were not being sent since PR #11202 because the aggregate_and_send hook was removed but not re-registered, creating an observability gap.

Recommended action:

Upgrade to LocalStack 4.0+ which includes PR #11848. The fix re-registers aggregate_and_send with @hooks.on_infra_shutdown decorator with conditional loading based on DISABLE_EVENTS configuration.