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

feat(sveltekit): Add wrapper for client load function #7447

Merged
merged 10 commits into from
Mar 14, 2023

Conversation

AbhiPrasad
Copy link
Member

ref #7413

Building off the work in #7416, this adds a basic wrapper for client-side load functions. This was used to test out if SvelteKit can reconcile the imports correctly while bundling.

This only adds error monitoring functionality, the performance monitoring work is tracked by #7413

@AbhiPrasad AbhiPrasad force-pushed the abhi-sveltekit-client-load-error branch from f5a3b71 to f43184d Compare March 14, 2023 16:20
@github-actions
Copy link
Contributor

github-actions bot commented Mar 14, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.41 KB (+0.07% 🔺)
@sentry/browser - ES5 CDN Bundle (minified) 63.3 KB (+0.05% 🔺)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.99 KB (+0.06% 🔺)
@sentry/browser - ES6 CDN Bundle (minified) 56.21 KB (+0.06% 🔺)
@sentry/browser - Webpack (gzipped + minified) 20.65 KB (+0.07% 🔺)
@sentry/browser - Webpack (minified) 67.44 KB (+0.05% 🔺)
@sentry/react - Webpack (gzipped + minified) 20.68 KB (+0.07% 🔺)
@sentry/nextjs Client - Webpack (gzipped + minified) 52.09 KB (+0.05% 🔺)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 33.66 KB (+0.04% 🔺)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26 KB (+0.02% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 43.17 KB (0%)
@sentry/replay - Webpack (gzipped + minified) 37.19 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.3 KB (+0.02% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 54.39 KB (+0.03% 🔺)

@AbhiPrasad AbhiPrasad force-pushed the abhi-sveltekit-client-load-error branch from f43184d to 3042fe1 Compare March 14, 2023 17:23
Base automatically changed from abhi-sveltekit-server-load-error to develop March 14, 2023 17:41
@AbhiPrasad AbhiPrasad enabled auto-merge (squash) March 14, 2023 17:43
@AbhiPrasad AbhiPrasad merged commit defcb52 into develop Mar 14, 2023
@AbhiPrasad AbhiPrasad deleted the abhi-sveltekit-client-load-error branch March 14, 2023 18:25
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.

None yet

2 participants