2023-04-28

Sentry not logging errors when I am in debug mode in VSCode, but logging errors normally when I run the app with "flutter run"

I am having a weird bug with Sentry. Last week, Sentry was logging the errors impeccably, but this week it started to show a strange behavior. I always used debug mode in VSCode for the hot reload and such, and Sentry, right from the beginning, logged all the errors, but this week, it just stopped. After a bit of digging, I noticed that when I run the app via "flutter run" it logs, but when I run via debug mode, it doesn't. Does anyone know what could be happening? Dunno if it is code related, since it always worked and I didn't change anything



No comments:

Post a Comment