Aug 14, 2024
Rename heartbeats to cron check-ins
Elixir2.12.2
Changed
-
Rename heartbeats to cron check-ins. Calls to
Appsignal.heartbeatandAppsignal.Heartbeatshould be replaced with calls toAppsignal.CheckIn.cronandAppsignal.CheckIn.Cron, for example:Shell# Before Appsignal.heartbeat("do_something", fn -> do_something() end) # After Appsignal.CheckIn.cron("do_something", fn -> do_something end)
Deprecated
- Calls to
Appsignal.heartbeatand to methods inAppsignal.Heartbeatwill emit a deprecation warning at compile-time.
View the Elixir package v2.12.2 changelog for more information.