mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 03:04:16 +01:00
02bae96be5
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 |
||
---|---|---|
.. | ||
assets | ||
helpers | ||
main | ||
utils | ||
worker | ||
config.test.ts | ||
e2e.buffer.test.ts | ||
e2e.test.ts | ||
e2e.timeout.test.ts | ||
errors.test.ts | ||
historical-export-e2e.test.ts | ||
http-server.test.ts | ||
job-queue-manager.test.ts | ||
jobs.test.ts | ||
multi-process-server.test.ts | ||
queue.test.ts | ||
schedule.test.ts | ||
server.test.ts | ||
sql.test.ts | ||
utils.test.ts |