Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update sentry-javascript monorepo to v7.73.0 #1804

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 7.72.0 -> 7.73.0 age adoption passing confidence
@sentry/integrations (source) 7.72.0 -> 7.73.0 age adoption passing confidence
@sentry/node (source) 7.72.0 -> 7.73.0 age adoption passing confidence
@sentry/react (source) 7.72.0 -> 7.73.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser)

v7.73.0

Compare Source

Important Changes
  • feat(replay): Upgrade to rrweb2

This is fully backwards compatible with prior versions of the Replay SDK. The only breaking change that we will making is to not be masking aria-label by default. The reason for this change is to align with our core SDK which also does not mask aria-label. This change also enables better support of searching by clicks.

Another change that needs to be highlighted is the 13% bundle size increase. This bundle size increase is necessary to bring improved recording performance and improved replay fidelity, especially in regards to web components and iframes. We will be investigating the reduction of the bundle size in this PR.

Here are benchmarks comparing the version 1 of rrweb to version 2

metric v1 v2
lcp 1486.06 ms 1529.11 ms
cls 0.40 ms 0.40 ms
fid 1.53 ms 1.50 ms
tbt 3207.22 ms 3036.80 ms
memoryAvg 131.83 MB 124.84 MB
memoryMax 324.8 MB 339.03 MB
netTx 282.67 KB 272.51 KB
netRx 8.02 MB 8.07 MB
Other Changes
  • feat: Always assemble Envelopes (#​9101)
  • feat(node): Rate limit local variables for caught exceptions and enable captureAllExceptions by default (#​9102)
  • fix(core): Ensure tunnel is considered for isSentryUrl checks (#​9130)
  • fix(nextjs): Fix RequestAsyncStorage fallback path (#​9126)
  • fix(node-otel): Suppress tracing for generated sentry spans (#​9142)
  • fix(node): fill in span data from http request options object (#​9112)
  • fix(node): Fixes and improvements to ANR detection (#​9128)
  • fix(sveltekit): Avoid data invalidation in wrapped client-side load functions (#​9071)
  • ref(core): Refactor InboundFilters integration to use processEvent (#​9020)
  • ref(wasm): Refactor Wasm integration to use processEvent (#​9019)

Work in this release contributed by @​vlad-zhukov. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 84.26 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.42 KB
@​sentry/browser - Webpack (gzipped) 22 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 78.69 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.52 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.59 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 254.14 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.42 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 61.23 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.38 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 84.28 KB
@​sentry/react - Webpack (gzipped) 22.03 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 102.2 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.95 KB

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
59-node-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 0:22am

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

📦 Next.js Bundle Analysis for @app/web%0A%0AThis analysis was generated by the Next.js Bundle Analysis action. 🤖%0A%0A### ⚠️ Global Bundle Size Increased%0A %0APage | Size (compressed) | %0A|---|---|%0A| global | 53.35 KB (🟡 +930 B) |%0A%0A
%0ADetails%0A

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

%0A

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

%0A

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

%0A
%0A%0A### Four Pages Changed Size%0A %0AThe following pages changed size from the code in this PR compared to its base branch:%0A%0APage | Size (compressed) | First Load | %25 of Budget (350 KB) |%0A|---|---|---|---|%0A| / | 2.36 KB | 55.71 KB | 15.92%25 (+/- <0.01%25) |%0A| /404 | 319 B | 53.66 KB | 15.33%25 (+/- <0.01%25) |%0A| /_error | 864 B | 54.19 KB | 15.48%25 (🟢 -2.40%25) |%0A| /ssr | 335 B | 53.67 KB | 15.34%25 (+/- <0.01%25) |%0A%0A
%0ADetails%0A

Only the gzipped size is provided here based on an expert tip.

%0A

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

%0A

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

%0A

The "Budget %25" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10%25 of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20%25 or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%25" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

%0A
%0A

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

Size Change: 0 B

Total Size: 1.95 kB

ℹ️ View Unchanged
Filename Size
./packages/ui/lib/Button/Button.stories.js 198 B
./packages/ui/lib/Button/index.js 260 B
./packages/ui/lib/Footer/Footer.stories.js 138 B
./packages/ui/lib/Footer/index.js 730 B
./packages/ui/lib/Header/Header.stories.js 139 B
./packages/ui/lib/Header/index.js 487 B

compressed-size-action

@renovate renovate bot merged commit c883e4e into main Oct 2, 2023
6 of 8 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch October 2, 2023 12:23
Sign up for free to 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.

0 participants