How do I get the Perception debugging to show up for my second component?

I am currently using the AI perception for sight that works perfectly fine and I can open the debugger when in play. However I have a second component for hearing on my controller that doesn’t show up with the Perception debugger in the scene, but it does detect noise once reported. I tried using one component but there seems to be a bug not allowing me to set the second index to any perception config so I decide to separate them between two different components in the same controller.