You are here

public function Raven::__wakeup in Raven: Sentry Integration 8.2

File

src/Logger/Raven.php, line 313

Class

Raven
Logs events to Sentry.

Namespace

Drupal\raven\Logger

Code

public function __wakeup() {
  $this
    ->dependencyWakeup();
  $this->config = $this->configFactory
    ->get('raven.settings');
  $this
    ->setClient();
}