A few things to keep track of
- What query params are people using?
- e.g. is anyone actually using the
count query param that provides a random sampling?
- If we could retire that then it'd make more sense to dynamically load annual data rather than loading all years' data on function start
- How large of a date range are typically requested
- Is the
format query param being used?
- Exceptions
Posthog would solve for both, although Sentry has a better exception tracking experience
A few things to keep track of
countquery param that provides a random sampling?formatquery param being used?Posthog would solve for both, although Sentry has a better exception tracking experience