1<?php
2/**
3 * Options for the sentry plugin
4 *
5 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de>
6 */
7
8
9$meta['dsn'] = array('string');
10$meta['env'] = array('string');
11$meta['errors'] = array('\\dokuwiki\\plugin\\sentry\\conf\\Setting');
12
13