fix cart, fix log cart

This commit is contained in:
Phuoc Nguyen
2025-12-11 16:39:25 +07:00
parent e3632d4445
commit fc6a4f038e
4 changed files with 65 additions and 44 deletions

View File

@@ -79,7 +79,8 @@ class SentryService {
..beforeSend = (event, hint) {
// Filter out certain errors if needed
// Return null to drop the event
return event;
// return event;
return null;
};
},
appRunner: appRunner,