0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-29 03:04:16 +01:00
posthog/plugin-server/tests
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
..
assets
helpers chore: nuke protobuf fully (#10932) 2022-08-03 15:41:44 +02:00
main fix: hide initial referrer as event property (#11536) 2022-08-30 18:07:02 +02:00
utils fix(historic-exports): $autocapture classnames parsing (#11626) 2022-09-02 16:28:15 +03:00
worker feat(historical-exports): ENV var configuration, feature flag, e2e test (#11588) 2022-09-02 09:55:29 +03:00
config.test.ts
e2e.buffer.test.ts
e2e.test.ts
e2e.timeout.test.ts
errors.test.ts
historical-export-e2e.test.ts feat(historical-exports): ENV var configuration, feature flag, e2e test (#11588) 2022-09-02 09:55:29 +03:00
http-server.test.ts
job-queue-manager.test.ts feat: add retries for enqueuing graphile jobs (#11561) 2022-09-01 14:54:32 -03:00
jobs.test.ts
multi-process-server.test.ts refactor(plugin-server): Unify event types (#10612) 2022-08-15 10:54:09 +03:00
queue.test.ts
schedule.test.ts
server.test.ts
sql.test.ts perf(plugin-server): speed up getPluginConfigRows (#10952) 2022-07-25 16:27:18 +03:00
utils.test.ts chore(plugin-server): Update prettier and eslint to latest (#11288) 2022-08-16 09:44:52 +03:00