amplitude / amplitude/Amplitude-TypeScript

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

Ouverte
#1,268 6 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
TypeScript
Étoiles
180
Forks
68
Merge moyen
3 j 1 h
PR mergées (30 j)
29

Description

## 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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.