onConfigReload method
Called when the application configuration is reloaded.
Providers overriding this hook can re-apply configuration without manually subscribing to ConfigReloadedEvent.
Implementation
@override
Future<void> onConfigReload(Container container, Config config) async {
_configure(container);
await _ensureSentryReady();
}