Company
Date Published
Author
Anton Ovchinnikov
Word count
1102
Language
English
Hacker News points
None

Summary

Sentry has recently started supporting RAM bundles for React Native projects, which are a new format of application packaging that optimizes load times and improves the debugging experience by enabling on-demand loading of individual app modules. To support this format, Sentry's `sentry-cli` and `react-native-sentry` SDKs have been updated, allowing users to upload their RAM bundles along with source maps for better symbolicated stack traces. The new format is designed to reduce the size of the bundle and improve performance by allowing React Native runtime to load specific modules only when needed. Additionally, Sentry's `upload-sourcemaps` command now automatically detects and parses Indexed RAM bundles and their source maps, making it easier for users to upload their RAM bundles and take advantage of the improved debugging experience.