You are here

protected property ExceptionSubscriber::$adapter in New Relic 2.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/ExceptionSubscriber.php \Drupal\new_relic_rpm\EventSubscriber\ExceptionSubscriber::adapter
  2. 2.0.x src/EventSubscriber/ExceptionSubscriber.php \Drupal\new_relic_rpm\EventSubscriber\ExceptionSubscriber::adapter

New Relic adapter.

Type: \Drupal\new_relic_rpm\ExtensionAdapter\NewRelicAdapterInterface

File

src/EventSubscriber/ExceptionSubscriber.php, line 21

Class

ExceptionSubscriber
Provides a way to send Exceptions to the New Relic API.

Namespace

Drupal\new_relic_rpm\EventSubscriber

Code

protected $adapter;