Currently for my federated service I would like to spit out custom logs when the composition fails - I was using experimental_compositionDidFail
to do this but it has been removed in the latest version.
I know if we pass a logger to instrospectAndCompose it will log composition errors about failing to upgrade supergraph but I need something more custom for my use case
Thank!