diff --git a/posthog/models/plugin.py b/posthog/models/plugin.py index ff81a8d09d0f4..34afc1918b1d8 100644 --- a/posthog/models/plugin.py +++ b/posthog/models/plugin.py @@ -228,6 +228,7 @@ class Meta: enabled: models.BooleanField = models.BooleanField(default=False) order: models.IntegerField = models.IntegerField() config: models.JSONField = models.JSONField(default=dict) + # DEPRECATED: use `plugin_log_entries` or `app_metrics` in ClickHouse instead # Error when running this plugin on an event (frontend: PluginErrorType) # - e.g: "undefined is not a function on index.js line 23" # - error = { message: "Exception in processEvent()", time: "iso-string", ...meta }