<?php
/**
 * english language file for sentry plugin
 *
 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de>
 */

// keys need to match the config setting name
$lang['dsn'] = 'The DSN to connect to your Sentry instance (See Project Settings -> Client Keys).';
$lang['env'] = 'If you log multiple wiki instances into the same Sentry project you may want to set a unique environment identifier here to easily distinguish them in the Sentry UI.';
$lang['errors'] = 'The errors to report to Sentry. Defaults to the current error_reporting settings.';

