August 2023 Summaries
5 posts from Sentry
Filter
Month:
Year:
Post Summaries
Back to Blog
Sentry is a popular error monitoring platform that helps developers identify and resolve critical issues in their JavaScript projects more efficiently. To reduce noise in Sentry's issue stream, users can implement several strategies, including uploading source maps to group errors into individual issues, passing the release version to the Sentry SDK, and ignoring un-actionable errors such as those thrown by browser extensions or React. Additionally, users can enable project inbound filters to prevent issues from appearing in their issues stream, filter out errors known to be caused by browser extensions, and use the third-party error filter integration to automatically filter out errors unrelated to the code that was written. By implementing these strategies, developers can create a more efficient error monitoring experience and focus on resolving critical issues faster.
Aug 29, 2023
1,524 words in the original blog post.
Sentry has introduced Rage & Dead Click Detection for Session Replay, a feature designed to help developers identify and fix issues that may cause users frustration, such as unresponsive elements or confusing interfaces. This feature uses video-like reproductions of user sessions to show precisely what actions the user took and how the service behaved within their environment. Sentry's Session Replay has been updated to surface sessions with rage and dead clicks present, making it easier to identify pain points in the UX. The feature also recognizes rage and dead clicks as significant events, allowing developers to know when they are happening within any replay with Timeline. By using this feature, developers can gain a real-world glimpse into solving user pain and improve their products or services. Sentry's Session Replay is now available on all web-based platforms, with a base allotment of replays included in every plan.
Aug 24, 2023
756 words in the original blog post.
Sentry Profiling now supports Browser JavaScript, React Native, and Ruby, enabling developers to identify performance bottlenecks in their production environment, pinpoint hot code paths, and optimize slowest parts of their code for better user experience. The new platform support broadens coverage to frontend, backend, and mobile applications, allowing developers to analyze sluggish load times, enhance frontend performance, and find root causes of performance issues across services. Sentry Profiling provides insights on slowest or most regressed functions in code, enabling developers to identify potential performance bottlenecks, prioritize optimizations, and fix regressions before users feel the impact. The feature complements Sentry Performance, allowing developers to gain code-level visibility into production performance, investigate transactions, and optimize compute resources for faster page loads and improved user experience.
Aug 17, 2023
913 words in the original blog post.
We mistakenly labeled Codecov's licensing as "Open Source", which misrepresents its true nature, and failed to clearly articulate the benefits of its semi-restrictive Business Source License (BUSL). The BUSL is a license that allows for commercial use while still granting freedoms to users who self-host or modify the software. This mistake occurred because we drew an analogy with other open source principles without considering the context of the OSI definition, and our emotions got in the way of explaining our position. We plan to improve the conversation around sustainable open source models, including semi-restrictive licenses like the BUSL, and better define what these models can look like.
Aug 03, 2023
1,605 words in the original blog post.
The Sentry dev team has released several updates in July, including the ability to mute alerts, prioritize issue sorting, comments on suspect PRs, customizable Slack notifications for Codecov, and platform integration with Atlassian Compass. Mute alerts allow users to control noise levels by muting individual or team alerts, while priority issue sorting highlights new and escalating issues. Comments on suspect PRs provide early feedback on potential application issues. Customizable Slack notifications for Codecov enable targeted updates on code coverage changes. The platform integration with Atlassian Compass provides a unified view of performance monitoring and error tracking in one place.
Aug 01, 2023
699 words in the original blog post.