Skip to content

Commit

Permalink
Merge pull request #15 from joshuabaker/patch-1
Browse files Browse the repository at this point in the history
Added `getSentry` method
  • Loading branch information
roelvanhintum authored Jan 15, 2021
2 parents 3fb25c1 + b527f11 commit 4c80b40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ function(ExceptionEvent $event) {
);
}

/**
* @return SentryService
*/
public function getSentry(): SentryService
{
return $this->sentry;
}

private function getScriptOptions() {
$options = [];

Expand Down

0 comments on commit 4c80b40

Please sign in to comment.