Home / Companies / Sentry / Blog / October 2015

October 2015 Summaries

4 posts from Sentry

Filter
Month: Year:
Post Summaries Back to Blog
Debuggable JavaScript in production with Source Maps is a crucial feature that enables developers to debug their transpiled code more efficiently. When using tools like UglifyJS or Webpack, which transform source code into transpiled JavaScript, it can be challenging to identify errors and understand the original source code. This is where Source Maps come in - JSON files that map transpiled source code back to its original source, making debugging easier. By adding a sourceMappingURL directive to transpiled files and using tools like UglifyJS or Webpack to generate source maps, developers can enable browsers to download and apply these maps, allowing for more accurate error monitoring and debugging in production.
Oct 29, 2015 1,310 words in the original blog post.
Sentry has updated its notification emails with a new visual design and improved legibility, reorganizing the content to prioritize important error monitoring information and making it more accessible on mobile devices. The updates include changes to the New Event email, Issue Comment section, and Assignment notifications, aiming to provide a better user experience. These enhancements are part of larger plans to further improve Sentry's features and functionality.
Oct 27, 2015 142 words in the original blog post.
Sentry has been building features to support complex organizational security, but its permission matrix became too complicated for users. To address this, Sentry is releasing a new "Roles" feature that simplifies access controls by introducing four primary levels: Owner, Manager, Admins, and Member. These roles provide more granular permissions, allowing teams to manage their organization's structure and workflow more efficiently. The new feature also introduces team membership improvements, including the ability for users to request access to existing teams without administrator approval. Sentry plans to continue evaluating its access controls and simplifying things where possible, with a focus on providing the best possible experience for its users.
Oct 14, 2015 602 words in the original blog post.
Sentry has released version 8, which includes numerous improvements and new features for error monitoring. The new user interface is powered by React and offers a more responsive design, making it easier to use on various devices. The stream page has been significantly updated with new bulk actions, improved search functionality, and enhanced event details. Releases have also been introduced, allowing users to associate errors with specific releases and source code artifacts. Additionally, manual event merging is now possible, assigning team members to issues, and the client protocol has been improved for customization. The release highlights the importance of user feedback and community support in driving Sentry's development.
Oct 08, 2015 626 words in the original blog post.