stayallive / wp-sentry

A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.
https://wordpress.org/plugins/wp-sentry-integration/
MIT License
305 stars 48 forks source link

Docs for wp_sentry_options specify array but should be Options #88

Closed rtpHarry closed 3 years ago

rtpHarry commented 3 years ago

There is no array that is returned, its a Options class, so this section actually needs an overhaul:

https://github.com/stayallive/wp-sentry#wp_sentry_options-array

The documentation for this class is in the sentry sdk:

https://github.com/getsentry/sentry-php/blob/master/src/Options.php

The public facing docs are here:

https://docs.sentry.io/platforms/php/configuration/options/

stayallive commented 3 years ago

Fixed: 490e74f72164768cbe4c3117e87b306a9db5466f.