You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parallelizes our top-level `build:bundle` yarn script, in order to make it run faster. Because so much of the total time is spent on one package (`@sentry/integrations`, which currently produces 24 bundles to every other package's max 4 bundles), the time savings isn't earth-shattering, but it does run 20-30% faster in my informal tests.
0 commit comments