We have warnings suppressed so you can't see this issue.
------------
I expected to see:
Clean error log.
------------
Instead, I got:
Error message
E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Notes:
I'd expect to see this warning when there's a switch statement inside a foreach loop, but didn't see an obvious one inside of wpcf_embedded_init so not sure where this is truly being thrown.
I've provided the stack trace from New Relic above.
From the logs you've sent me i'm not seeing any reference to our Toolset plugins. Not sure how we will begin to debug this one but it just seems to be a warning and shouldn't affect the sites functionality
I've also removed the stack trace from your initial post.
Welp, I searched the entire toolset codebase and couldn't find a continue targeting switch in there so closing this one up for now. Still not sure from where that warning is triggered though.