You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure the minutely probes thread is stopped when calling
`Appsignal.stop`. This makes sure nothing of the AppSignal gem is
running after you call stop.
This only affects apps that call stop manually (like in test suites),
because the thread is also stopped when the Ruby process stops.
Closes#815
As agreed upon in https://github.com/appsignal/integration-guide/pull/124, add a function to manually stop the minutely probes.
This may help with issue appsignal/appsignal-nodejs#418
To do
Minutely.stop
function.Minutely.stop
inAppsignal.stop
The text was updated successfully, but these errors were encountered: