amplitude / amplitude/Amplitude-TypeScript

Provide a modular build of the browser SDK that does not bundle the plugins

未关闭
#1,268 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
TypeScript
星标
180
派生
68
平均合并
3 天 1 小时
30 天内合并 PR
29

描述

## Summary

BrowserClient currently defines an API allowing to enable or disable autocapture features through boolean options. This implies that it has to bundle the associated plugins even if the options will disable them.

A modular API should be provided, supporting the code features for the browser, but without any bundled plugins. This will give choices to projects:

1. use the modular core and register wanted plugins explicitly
2. use the existing BrowserClient that would use that modular core and keep bundling the plugins for ease of use (maybe excluding experimental plugins from the bundle plugins, requiring them to be registered directly).

See https://github.com/amplitude/Amplitude-TypeScript/issues/325#issuecomment-3206610944 for a comment (by me) proposing this solution to the bundle size bloat issue.
This modular core would at least solve this partially (it won't help much projects using autocapture).

## Motivations

The bundle size of `@amplitude/analytics-browser` is quite big, and tends to grow bigger when adding new autocapture plugins.
When not using autocapture (which is my case), half of that bundle size is wasted by autocapture-related plugins

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。