Bundle the Sentry SDK (instead of using their CDN) #204
Labels
🚩 Blocked
🗂 Maintenance
Type: Refactorings, clean-ups, developer experience, tasks to keep the system running smoothly
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.
The text was updated successfully, but these errors were encountered: