matrix-public-archive/server
Eric Eastwood 17f2c399dd
Expose arguments for `renderHydrogenToString` (pure function) so we can reproduce when error occurs while we render Hydrogen (#35)
`renderHydrogenToString` is a pure function (probably) which means it will give the same output given the same input. This means, that if we give it a certain input and an error occurs, we should be able to reproduce it again if we have the arguments. This PR exposes those arguments in the logged error so we can investigate what's going wrong.

Added so we can investigate https://github.com/matrix-org/matrix-public-archive/issues/34 better and reproduce locally.
2022-07-05 10:30:12 -05:00
..
lib Expose arguments for `renderHydrogenToString` (pure function) so we can reproduce when error occurs while we render Hydrogen (#35) 2022-07-05 10:30:12 -05:00
routes Explain why parallel 2022-06-29 13:57:06 +02:00
fetch-events-in-range.js Remove unneeded `include_redundant_members` from `/messages` `filter` and test that member state is still visible (#29) 2022-06-29 06:56:13 -05:00
fetch-room-data.js E2E test but still failing because fetching from start of day before test events happened 2022-02-23 21:25:05 -06:00
render-hydrogen-to-string.js Expose arguments for `renderHydrogenToString` (pure function) so we can reproduce when error occurs while we render Hydrogen (#35) 2022-07-05 10:30:12 -05:00
server.js E2E test but still failing because fetching from start of day before test events happened 2022-02-23 21:25:05 -06:00
start-dev.js Organize file and add more nodemon logging (#14) 2022-06-07 20:27:22 -05:00