0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/plugin-server/tests/utils
Karl-Aksel Puulmann 02bae96be5
fix(historic-exports): $autocapture classnames parsing (#11626)
Re-ingesting historically exported autocaptured events currently fails: https://sentry.io/organizations/posthog2/issues/3552913543/?query=is%3Aunresolved+level%3Aerror

This is because of attr__class being sometimes there under attributes, other times not, so $elements.attr_class could be either a string or an array when leaving posthog in an export.

Rather than fix this at the export, making the parsing logic in ingestion more flexible
2022-09-02 16:28:15 +03:00
..
db fix(historic-exports): $autocapture classnames parsing (#11626) 2022-09-02 16:28:15 +03:00
event.test.ts refactor(plugin-server): Unify event types (#10612) 2022-08-15 10:54:09 +03:00
retries.test.ts feat: add retries for enqueuing graphile jobs (#11561) 2022-09-01 14:54:32 -03:00