Searched refs:tryToLogErrorToSentry (Results 1 – 4 of 4) sorted by relevance
56 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {102 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
160 if ($helper->tryToLogErrorToSentry($e, ['text' => $text])) {186 if ($helper->tryToLogErrorToSentry($e, ['json' => $json])) {
85 if ($helper->tryToLogErrorToSentry($e, ['text' => $TEXT])) {
43 public function tryToLogErrorToSentry(Throwable $exception, array $extraData = []) function in helper_plugin_prosemirror