Page MenuHomePhabricator

Have a way to mark schemata as disabled, so valid events (e.g. from cached client code) don't get logged
Closed, DeclinedPublic

Description

In T141407: Drop EventLogging tables for ImageMetricsLoadingTime and ImageMetricsCorsSupport we want to delete the tables from the DBs, but EL is auto-creating the tables because new events are still slowly trickling in from cached code. It'd be nice to have a way to mark a schema as disabled. Not sure how to do this, though.