Skip to content

Commit

Permalink
Mark the PluginConfig.error column as unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Nov 23, 2023
1 parent b355cfe commit 4156eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/models/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4156eba

Please sign in to comment.