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
Before this change, the value of the `APPSIGNAL_ACTIVE` environment
variable would never be read, as the `active` config option was
read directly from the `BaseClient` constructor. After this change,
the option is read from the `Config` object, after it has been
initialised in the constructor.
Fixes#546.
Due to the way that the
active
andenableMinutelyProbes
configuration options are processed in theBaseClient
constructor, their values will only be taken into account when passed through the constructor's options object. This means that theAPPSIGNAL_ACTIVE
andAPPSIGNAL_ENABLE_MINUTELY_PROBES
environment variables are, in practice, ignored.🚨 Blocked on: #547
The text was updated successfully, but these errors were encountered: