1<?php 2/** 3 * Default settings for the sentry plugin 4 * 5 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8$conf['dsn'] = ''; 9$conf['env'] = ''; 10$conf['errors'] = 0; 11