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
If the application logs out too much information while being run by sentry it seems to lock up.
The limit is quite high - 1024 character maybe??
If you have trouble recreating this let me know and I'll mock up an example.
BTW excellent app. Really like the recent update which compiles then restarts, really cool my pages stay alive while the compiler is updating in the background.
The text was updated successfully, but these errors were encountered:
If the application logs out loads of data, it stops logging mid-sentence and the application itself just hangs. I'm guessing stdout from the app is waiting to write, but can't so just waits. This is when the app logs out all in one go.
Don't worry about the delay, if it was a big problem I'd work it out and send a pull request. Just though it was one of those things you'd want to know about.
If the application logs out too much information while being run by sentry it seems to lock up.
The limit is quite high - 1024 character maybe??
If you have trouble recreating this let me know and I'll mock up an example.
BTW excellent app. Really like the recent update which compiles then restarts, really cool my pages stay alive while the compiler is updating in the background.
The text was updated successfully, but these errors were encountered: