File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,16 @@ Sentry.init({
3939 integrations : [ ] ,
4040 tracesSampleRate : 0.1 ,
4141 release : environment . LIVE_UPDATE_APP_VERSION ,
42- ignoreErrors : [ 'Non-Error exception captured' , 'Non-Error promise rejection captured' ] ,
42+ ignoreErrors : [
43+ 'Non-Error exception captured' ,
44+ 'Non-Error promise rejection captured' ,
45+ 'unhandledError' , // "title": "<unknown>"
46+ / C o u l d n o t l o a d " g e o c o d e r " / , // "title": "Error: Uncaught (in promise): Error: Could not load \"geocoder\".",
47+ / C h u n k L o a d E r r o r : L o a d i n g c h u n k \d + f a i l e d / , // "title": "Error: Uncaught (in promise): Error: The Google Maps JavaScript API could not load.",
48+ / 0 U n k n o w n E r r o r / , // "title": "<unknown>"
49+ / T h e G o o g l e M a p s J a v a S c r i p t A P I c o u l d n o t l o a d / , // "title": "Error: Uncaught (in promise): Error: The Google Maps JavaScript API could not load."
50+ / k C L E r r o r D o m a i n e r r o r / , // "title": "Error: Uncaught (in promise): Error: The operation couldn’t be completed. (kCLErrorDomain error 1.)",
51+ ] ,
4352 beforeSend ( event ) {
4453 cleanHttpExceptionUrlsForSentryGrouping ( event ) ;
4554 return event ;
You can’t perform that action at this time.
0 commit comments