You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension implements MessageReceivedExtensionInterface so it runs when a new message is received.
When using the FingersCrossed Monolog handler this means that it requires a second message before logs will be output. If there is a time gap before the next message some important logs could be missed.
Would this extension be better off running after a message is processed, such as implementing PostMessageReceivedExtensionInterface instead?