Extension:Sentry

Category:Unmaintained extensions#Sentry Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:MIT licensed extensions
MediaWiki extensions manual
Sentry
Release status: unmaintainedCategory:Unmaintained extensions
Description Provides Sentry integration
Author(s) Gergő Tisza (Tgrtalk)
Latest version 0.1
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
License MIT License
Download Category:Extensions in Wikimedia version control
  • $wgSentryLogOnError
  • $wgSentryLogPhpErrors
  • $wgSentryWhitelist
Quarterly downloads 0
Translate the Sentry extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The Sentry extension allows to report MediaWiki's JavaScript errors to Sentry.

Installing / Configuration

  • Download and move the extracted Sentry folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Sentry
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Sentry' );
    $wgSentryDsn = '//65ef8deac2c89cda6851d5502936ae74@sentry.example.com/1'; // API key generated by Sentry
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Wikimedia version control Category:Extensions requiring Composer with git Category:Extensions with invalid or missing type Category:Extensions with release branches compatibility policy Category:Extensions without an image Category:LogException extensions Category:MIT licensed extensions Category:ResourceLoaderGetConfigVars extensions Category:Unmaintained extensions