Using Interactions API doesn't log prompts and responses with logging enabled, even with `store=True`

I’m on paid tier here

I am trying to log inputs and outputs for debugging and observability, it works with generateContent method but it doesn’t work with Interactions API even with store=True, I couldn’t see prompts and responses associated with interaction ID.

Would be nice if I can see what’s going on instead of guessing