latitude-dev / latitude

Developer-first embedded analytics

Home Page:https://latitude.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unbundle connectors from Latitude

geclos opened this issue · comments

Feature Description

Right now we are bundling all connectors to Latitude when we install dependencies. This is problematic as it adds almost 1gb of dependencies when most of the times users are using one or two connectors. We should unbundle connectors, have users install them manually when required instead.

Goal of Feature

Smaller production bundles, faster build times.

Current Solution / Workarounds

None

Alternatives

None