function raven_update_8201 in Raven: Sentry Integration 3.x
Same name and namespace in other branches
- 8.2 raven.install \raven_update_8201()
Remove obsolete polyfill_promise config.
File
- ./
raven.install, line 53 - Requirements for Raven module.
Code
function raven_update_8201() {
\Drupal::configFactory()
->getEditable('raven.settings')
->clear('polyfill_promise')
->save();
}