wfLoadExtension('Sentry');
$wgSentryDsn = 'https://examplePublicKey@o0.ingest.sentry.io/0';
$wgSentrySampleRate = 0.1;
$wgSentryBeforeSend = function($event, $hint) {
// Ignore the event if the original exception is an instance of MyException
if ($hint !== null && $hint->exception instanceof MyException) {
return null;
}
return $event;
};
-
Notifications
You must be signed in to change notification settings - Fork 0
MooncellWiki/mediawiki-extensions-Sentry
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published