rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

GitHub Issue #36: Ability to append php logging config with filter #40

Closed ArturMoczulski closed 6 years ago

ArturMoczulski commented 6 years ago

Addresses issue https://github.com/rollbar/rollbar-php-wordpress/issues/36

Adds \Rollbar\Wordpress\Plugin::configure which allows for changing configuration options from an arbitrary place in the code, regardless of the state of loading up Wordpress.

therealgilles commented 3 years ago

It would be great to provide an example for this.