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