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\LoggerCode
public function __wakeup() {
$this
->dependencyWakeup();
$this->config = $this->configFactory
->get('raven.settings');
$this
->setClient();
}