After successful trigger we get the setTagKey & setTagValue in Sentry but for logger_message metadata we don't get the error message 'Missing Token' we get value as [Filtered] as shown in this pic - https://imgur.com/Yavd4lG
In the Issues page we see another event created called with the error message Missing Token but for the event Login_Failure2 we don't get any error message (No error message). I have added the pic - https://imgur.com/7Q4nTaH
String
unparsed in Login_Failure2
Expected Result
My expected result was seeing the event in Sentry with the error message 'Missing Token' instead of No error message - https://imgur.com/aM3XMpu
Platform
Flutter Mobile
Obfuscation
Enabled
Debug Info
Enabled
Doctor
Version
8.9.0
Steps to Reproduce
Expected Result
My expected result was seeing the event in Sentry with the error message 'Missing Token' instead of No error message - https://imgur.com/aM3XMpu
Actual Result
I am getting two different events, I want to recieve only 1 event - https://imgur.com/7Q4nTaH
Are you willing to submit a PR?
None