We’re encountering a fatal PHP error when the Rollbar for WordPress plugin is active alongside the WooCommerce Cybersource payment gateway plugin.
The Rollbar plugin bundles monolog/monolog via Composer but does not vendor-prefix or otherwise isolate its dependencies. This causes a version conflict when another plugin (such as WooCommerce Cybersource) includes a different version of Monolog.
Could you please vendor-prefix all Rollbar dependencies in the distributed plugin build to prevent these kinds of conflicts with other WordPress plugins? Tools like Mozart or PHP-Scoper could be used to achieve this.