Skip to content

feat(tracing): Add ES6 tracing bundle - #4674

Merged
lobsterkatie merged 3 commits into
masterfrom
kmclb-add-es6-tracing-bundle
Mar 4, 2022
Merged

feat(tracing): Add ES6 tracing bundle#4674
lobsterkatie merged 3 commits into
masterfrom
kmclb-add-es6-tracing-bundle

Conversation

@lobsterkatie

@lobsterkatielobsterkatie commented Mar 2, 2022

Copy link
Copy Markdown
Member

This adds an ES6 version of our tracing CDN bundle, both for the sake of users and as a step towards becoming ES6-first in v7. It also adds the new bundle to the size check and the playwright integration tests.

A note about the new bundle is added to the docs in getsentry/sentry-docs#4789.

@AbhiPrasadAbhiPrasad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report

PathBase Size (3827821)Current SizeChange
@sentry/browser - ES5 CDN Bundle (gzipped + minified)19.79 KB19.78 KB-0.01% 🔽
@sentry/browser - ES5 CDN Bundle (minified)63.36 KB63.36 KB0%
@sentry/browser - ES6 CDN Bundle (gzipped + minified)18.45 KB18.45 KB-0.01% 🔽
@sentry/browser - ES6 CDN Bundle (minified)56.45 KB56.45 KB0%
@sentry/browser - Webpack (gzipped + minified)22.24 KB22.24 KB0%
@sentry/browser - Webpack (minified)76.28 KB76.28 KB0%
@sentry/react - Webpack (gzipped + minified)22.27 KB22.27 KB0%
@sentry/nextjs Client - Webpack (gzipped + minified)46.42 KB46.42 KB0%
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified)26.67 KB26.67 KB-0.01% 🔽
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified)0 B25.02 KBadded

Comment threadpackages/integration-tests/utils/generatePlugin.ts
@lobsterkatie
lobsterkatie merged commit 845aada into masterMar 4, 2022
@lobsterkatie
lobsterkatie deleted the kmclb-add-es6-tracing-bundle branch March 4, 2022 16:49
lobsterkatie added a commit to getsentry/sentry-docs that referenced this pull request Mar 22, 2022
A number of PRs (see below) have recently added to the bundles available for use on the CDN. This documents the new options, and does some general wordsmithing on the page.
Bundle-adding PRs:
getsentry/sentry-javascript#4674getsentry/sentry-javascript#4699getsentry/sentry-javascript#4718
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@lobsterkatie@onurtemizkan@AbhiPrasad