humanmade / hm-platform

HM Hosting platform required plugins
https://engineering.hmn.md/platform/plugins/
23 stars 4 forks source link

Revert "Update AWS XRay" #156

Closed joehoyle closed 5 years ago

joehoyle commented 5 years ago

Reverts humanmade/hm-platform#155

Turns out $params = apply_filters( 'hm_platform.aws_sdk.params', $params ); breaks, because apply_filters is not available un Cavalcade at this step.

nathanielks commented 5 years ago

Alternative: require_once wp-includes/plugin.php to load those functions?

joehoyle commented 5 years ago

@nathanielks yeah I think so, but thought I could just revert as I was in-browser only :D