Home
last modified time | relevance | path

Searched refs:getTransactionName (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNewRelicHandler.php86 if ($transactionName = $this->getTransactionName($record['context'])) {
154 protected function getTransactionName(array $context): ?string function in Monolog\\Handler\\NewRelicHandler