Skip to content

Dheia/oc-sentry-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oc-sentry-plugin

Sentry integration for October CMS

You can manage your Sentry configuration via the backend settings.

This plugin is also available on October's marketplace: https://octobercms.com/plugin/offline-sentry

Capture custom messages

Use the following syntax to send custom messages to your Sentry logs.

\Sentry\withScope(function (\Sentry\State\Scope $scope): void {
    $scope->setExtras([
        'custom' => 'value'
    ]);

    \Sentry\captureMessage('Something happened!');
});

About

Sentry integration for October CMS

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.5%
  • HTML 1.5%