diff --git a/src/Plugin.php b/src/Plugin.php index 6f1f99b..f7aeb35 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -149,6 +149,14 @@ function(ExceptionEvent $event) { ); } + /** + * @return SentryService + */ + public function getSentry(): SentryService + { + return $this->sentry; + } + private function getScriptOptions() { $options = [];