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

Bundle the Sentry SDK (instead of using their CDN) #204

Open
andymatuschak opened this issue May 5, 2021 · 0 comments
Open

Bundle the Sentry SDK (instead of using their CDN) #204

andymatuschak opened this issue May 5, 2021 · 0 comments
Labels
🚩 Blocked 🗂 Maintenance Type: Refactorings, clean-ups, developer experience, tasks to keep the system running smoothly

Comments

@andymatuschak
Copy link
Owner

uBlock Origin prevents requests to Sentry's CDN for loading its library's JS (see #201). So we should bundle that library instead.

The problem is that I used their CDN instead of bundling so that we could load the library asynchronously, and avoid inflating the main bundles' sizes with this JS. And our build setup doesn't allow for async module imports right now (see #152). So this ticket is blocked on expo/expo-cli#2881.

@andymatuschak andymatuschak added 🗂 Maintenance Type: Refactorings, clean-ups, developer experience, tasks to keep the system running smoothly 🚩 Blocked labels May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚩 Blocked 🗂 Maintenance Type: Refactorings, clean-ups, developer experience, tasks to keep the system running smoothly
Projects
None yet
Development

No branches or pull requests

1 participant