1<?php 2/** 3 * english language file for sentry plugin 4 * 5 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// keys need to match the config setting name 9$lang['dsn'] = 'The DSN to connect to your Sentry instance (See Project Settings -> Client Keys).'; 10$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.'; 11$lang['errors'] = 'The errors to report to Sentry. Defaults to the current error_reporting settings.'; 12 13