Searched refs:logEvent (Results 1 – 12 of 12) sorted by relevance
/plugin/sentry/action/ |
H A D | errors.php | 114 $helper->logEvent($event); 134 $helper->logEvent($event); 183 $helper->logEvent($event);
|
H A D | ajax.php | 65 $sentryHelper->logEvent($sentryEvent);
|
/plugin/sentry/ |
H A D | helper.php | 77 $this->logEvent(Event::fromException($e)); 86 public function logEvent(Event $event) function in helper_plugin_sentry 114 $this->logEvent($event);
|
/plugin/prosemirror/ |
H A D | helper.php | 61 $sentry->logEvent($sentryEvent);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveClient.js | 1304 EditorUi.logEvent({category: 'ERROR-SAVE-FILE-' + file.getHash() + '-rev_' + 1531 EditorUi.logEvent({category: file.convertedFrom + '-CONVERT-FILE-' + file.getHash(), 1672 EditorUi.logEvent({category: 'STALE-ETAG-SAVE-FILE-' + file.getHash(),
|
H A D | EditorUi.js | 200 EditorUi.logEvent = function(data) function 2764 EditorUi.logEvent({category: 'ERROR-LOAD-FILE-' + 7235 EditorUi.logEvent({category: ext + '-MS-IMPORT-FILE', 7463 EditorUi.logEvent({category: 'LUCIDCHART-IMPORT-FILE', 14879 EditorUi.logEvent('SHOULD NOT BE CALLED: loadUrl'); 14885 EditorUi.logEvent('SHOULD NOT BE CALLED: loadFonts'); 14897 EditorUi.logEvent('SHOULD NOT BE CALLED: embedCssFonts'); 14903 EditorUi.logEvent('SHOULD NOT BE CALLED: embedExtFonts'); 14936 EditorUi.logEvent('SHOULD NOT BE CALLED: base64Encode'); 14942 EditorUi.logEvent('SHOULD NOT BE CALLED: updateCRC'); [all …]
|
H A D | App.js | 50 EditorUi.logEvent(evt); 62 EditorUi.logEvent({category: ((this.editor.autosave) ? 'ON' : 'OFF') + 1731 EditorUi.logEvent({category: 'TIMEOUT-CACHE-CHECK', action: 'timeout', label: 408}); 1846 EditorUi.logEvent(evt);
|
H A D | DrawioFile.js | 539 EditorUi.logEvent({category: 'CHECKSUM-ERROR-SYNC-FILE-' + this.getHash(),
|
H A D | Menus.js | 1490 EditorUi.logEvent({category: 'SEARCH-HELP', action: 'search', label: term});
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3028 try{EditorUi.logEvent({category:"CHECKSUM-ERROR-SYNC-FILE-"+this.getHash(),action:g,label:"user_"+d… 3361 …||null==window.console||console.error(k,b,c,e,g,m)}catch(y){}};EditorUi.logEvent=function(b){if("1… function 3422 …bject("fileLoaded"));f=!0;this.isOffline()||null==b.getMode()||EditorUi.logEvent({category:b.getMo… 3424 u;if(EditorUi.enableLogging&&!this.isOffline())try{EditorUi.logEvent({category:"ERROR-LOAD-FILE-"+(… 3555 …ar m=g.lastIndexOf("/");0<=m&&m<g.length&&(g=g.substring(m+1))}EditorUi.logEvent({category:f+"-MS-… 3560 …xtensions=!1;if("undefined"!==typeof window.LucidImporter){try{EditorUi.logEvent({category:"LUCIDC…
|
H A D | app.min.js | 9988 try{EditorUi.logEvent({category:"CHECKSUM-ERROR-SYNC-FILE-"+this.getHash(),action:g,label:"user_"+f… 10693 …||null==window.console||console.error(k,b,c,d,e,g)}catch(x){}};EditorUi.logEvent=function(b){if("1… function 10754 …bject("fileLoaded"));d=!0;this.isOffline()||null==b.getMode()||EditorUi.logEvent({category:b.getMo… 10756 u;if(EditorUi.enableLogging&&!this.isOffline())try{EditorUi.logEvent({category:"ERROR-LOAD-FILE-"+(… 10887 …ar m=e.lastIndexOf("/");0<=m&&m<e.length&&(e=e.substring(m+1))}EditorUi.logEvent({category:l+"-MS-… 10892 …xtensions=!1;if("undefined"!==typeof window.LucidImporter){try{EditorUi.logEvent({category:"LUCIDC… 11590 …tatus('<div title="'+b+'" class="geStatusAlert">'+b+"</div>"));EditorUi.logEvent({category:"TIMEOU… 11596 "-mod_"+b.desc.modifiedDate+"-size_"+b.getSize()+"-mime_"+b.desc.mimeType);EditorUi.logEvent(e);e=m… 11842 …nt(location.host)+"&search="+encodeURIComponent(c)),f.value="",EditorUi.logEvent({category:"SEARCH…
|
H A D | viewer-static.min.js | 3028 try{EditorUi.logEvent({category:"CHECKSUM-ERROR-SYNC-FILE-"+this.getHash(),action:g,label:"user_"+d… 3361 …||null==window.console||console.error(k,b,c,e,g,m)}catch(y){}};EditorUi.logEvent=function(b){if("1… function 3422 …bject("fileLoaded"));f=!0;this.isOffline()||null==b.getMode()||EditorUi.logEvent({category:b.getMo… 3424 u;if(EditorUi.enableLogging&&!this.isOffline())try{EditorUi.logEvent({category:"ERROR-LOAD-FILE-"+(… 3555 …ar m=g.lastIndexOf("/");0<=m&&m<g.length&&(g=g.substring(m+1))}EditorUi.logEvent({category:f+"-MS-… 3560 …xtensions=!1;if("undefined"!==typeof window.LucidImporter){try{EditorUi.logEvent({category:"LUCIDC…
|