Visibility changes everything.
When you can see flag evaluations as they happen, it’s easier to understand what is working, what isn’t, and what needs your attention. Real time insight means faster debugging and fewer surprises.
https://bit.ly/3JPp6BL
So what's happening here is when the page loads, that client is doing a ton of evaluations, not a ton of, but you saw 41 events there. Basically what's happening is the toolbar is tying into those events and can see the events that the client is getting from Launch Darkly. So we're streaming and seeing that we've gotten the flag evaluation for this flag, it just is able to tie into the Launch Darkly client to see a list of events and a lot of those will be like flag evaluations, but. Basically what it's doing is just like letting you see when the Launch Strictly client does some sort of evaluation. You're able to track it here. That could come in handy. Say I'm expecting a flag to be evaluated and I'm not seeing it for some reason. I'll be able to tie into that via the developer toolbar and be like, yeah, I'm definitely not seeing this flag evaluation. It'll allow me to figure out what's going on there and then say I fix something in my code that was causing that flag not to be evaluated. I should then see that as an event within the Events tab.