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 4d1c0e45fb
feat(app-metrics): Gather and show information on errors (#12250)
* Add dependencies

* WIP: Gather error context

* Downgrade package

* Update tracking logic

* Query errors along with app metrics/export metrics

* last_seen

* Fetch and show errors table underneath metrics

* Sorting order

* Endpoint for fetching sample error details for an error

* Render error details drawer

* Render tabs in ErrorDetailsDrawer

* Tests for AppMetricsErrorsQuery

* Tests for AppMetricsErrorDetailsQuery

* Tests for historical_export_metrics

* Update existing app metrics API tests

* /error_details endpoint tests

* Update retries tests

* Update v2 historical exports tests

* Tests for app-metrics.ts

* run prettier

* Avoid reloading data on table sorting

* Fix fat-finger
2022-10-18 09:58:08 +03:00
..
assets
helpers
main chore: Rollout groups properties writes to events (#12233) 2022-10-17 09:50:20 -03:00
utils feat(app-metrics): Gather and show information on errors (#12250) 2022-10-18 09:58:08 +03:00
worker feat(app-metrics): Gather and show information on errors (#12250) 2022-10-18 09:58:08 +03:00
config.test.ts
e2e.buffer.test.ts
e2e.test.ts test(plugin-server): add pluginJob e2e tests (#12256) 2022-10-14 14:38:56 +01:00
e2e.timeout.test.ts
errors.test.ts
historical-export-e2e.test.ts
http-server.test.ts
queue.test.ts
schedule.test.ts
server.test.ts
sql.test.ts
utils.test.ts