PostHog / plugin-server

Service to process and save PostHog events, supporting JS/TS plugins at that
https://posthog.com
8 stars 5 forks source link

Upgrade TypeScript #584

Closed yakkomajuri closed 3 years ago

yakkomajuri commented 3 years ago

Changes

Prompted to do this to disable typing of errors as unknown in catch blocks. This is a bit annoying locally and we don't actually type check errors at runtime anyway.

Worth doing this at some point and enabling the guard, but it's a bit of an annoying refactor.

Checklist