Aug 14, 2024
Rename heartbeats to cron check-ins
Elixir2.12.2
Changed
-
Rename heartbeats to cron check-ins. Calls to
Appsignal.heartbeat
andAppsignal.Heartbeat
should be replaced with calls toAppsignal.CheckIn.cron
andAppsignal.CheckIn.Cron
, for example:
Deprecated
- Calls to
Appsignal.heartbeat
and to methods inAppsignal.Heartbeat
will emit a deprecation warning at compile-time.
View the Elixir package v2.12.2 changelog for more information.