Skip to content

ref(angular): Update Replay lazy load instructions #11291

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

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Sep 9, 2024

This PR updates the documentation how to correctly lazy-load the replay intergration in Angular apps with minimal bundle size implications. Unfortunately, Angular/Webpack don't play in our favour here so we can't use the same dynamic import snippet without initial bundle size hit penalties. More details here: #6477 (comment)

finally closes #6477

Copy link

vercel bot commented Sep 9, 2024

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

Name Status Preview Comments Updated (UTC)
changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 1:03pm
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 1:03pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
develop-docs ⬜️ Ignored (Inspect) Visit Preview Sep 9, 2024 1:03pm

Copy link

codecov bot commented Sep 9, 2024

Bundle Report

Changes will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server 7.44MB 6 bytes ⬇️
sentry-docs-edge-server 254.43kB 3 bytes ⬇️
sentry-docs-client 6.38MB 6 bytes ⬇️

@Lms24 Lms24 merged commit 5b4df79 into master Sep 9, 2024
10 checks passed
@Lms24 Lms24 deleted the lms/ref-angular-replay-lazy-load branch September 9, 2024 13:05
@Lms24 Lms24 self-assigned this Sep 9, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Session Replay Lazy-loading in Angular
2 participants