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
feat: introduce the option to disable Remote Configuration (#106)
Disable Remote Configuration programmatically or using
`DD_REMOTE_CONFIGURATION_ENABLED=0`.
- Add support for `DD_REMOTE_CONFIGURATION_ENABLED` environment variable
- Cease periodic request for Remote Configuration when the feature
is disabled.
- Store and cancel scheduled tasks all at once.
- chore: Relocate string utility functions from `parse_util` to
`string_util`.
0 commit comments