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
Messages are dropped when instrumenter crashes. This is because I get the ID first thing in the logger when I am sure I should send something (for callbacks the logger only logs if they are invoked by the framework since app code can invoke methods normally meant as callbacks too). If a crash occurs then an id number is checked out but never sent.
This issue is to come up with a better way of dealing with this.
The text was updated successfully, but these errors were encountered:
Messages are dropped when instrumenter crashes. This is because I get the ID first thing in the logger when I am sure I should send something (for callbacks the logger only logs if they are invoked by the framework since app code can invoke methods normally meant as callbacks too). If a crash occurs then an id number is checked out but never sent.
This issue is to come up with a better way of dealing with this.
The text was updated successfully, but these errors were encountered: