SharedFlow with DROP_OLDEST onBufferOverflow - is there a way to detect buffer drops?

I have a SharedFlow configured to drop the oldest buffer if it is full. For diagnostic purposes, I’d like to be able to detect when a buffer is dropped. However, I could not find any such callback. Is there a way to accomplish this?