fix cart, fix log cart
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user