Maybe replace your Google analytics with sentry if you care for privacy: https://sentry.io/welcome/. Source: 9 days ago
Sentry - Receiving bug notifications in Slack as soon as a user experiences them so we can get them fixed before users even realize they happened. Source: about 1 month ago
In order to really understand it, I integrated Sentry in a demo Next.js app and configured distributed tracing on a single API endpoint. The app uses Next Auth for auth and Prisma with PlanetScale for a database. Here's the trace I get for my endpoint:. Source: 3 months ago
And on a much different level of tool: Sentry is great. It was one of the first things that I set up at my new job after having gotten used to it at my old one. Being able to basically be like "file a task for me and send a slack alert if this error condition ever happens" is really nice. Source: 4 months ago
This is already being done, with a couple of examples I can think of being Bitwarden, Elasticsearch, and Sentry. Both have paid public instances that don’t just cover the cost of the servers for it but also funds the development of the FOSS project. Source: 4 months ago
The other common pattern requires a solid exception-capture capability, and allows one to ship off exceptions/errors to a SaaS provider (i.e. Sentry). But if the apps themselves aren't throwing exceptions for these issues... Source: 4 months ago
🤔 TIL. It makes sense why he would start using Rust for that. Source: 4 months ago
As the page itself loads quickly on my side, I wouldn't suspect the issue to be slow/inefficient database queries, however, I'd suggest monitoring this. Use django-debug-toolbar to help you, you could also look into Sentry. Source: 5 months ago
Https://sentry.io/welcome/ Track errors & monitor performance in all major languages & frameworks with Sentry. - Source: dev.to / 5 months ago
Sentry offers a Node error and performance monitoring tool capable of discovering and monitoring performance-related issues, errors, and bottlenecks. It supports Node.js, Express, and KOA with SDKs for instrumentation. Sentry identifies issues and observes the application with end-to-end distributed tracing and performs an efficient root-cause analysis. - Source: dev.to / 6 months ago
Personally I've also used Apache Skywalking for a decent out of the box experience: https://skywalking.apache.org/ I've also heard good things about Sentry, though if you need to self-host it, then there's a bit of complexity to deal with: https://sentry.io/welcome/. - Source: Hacker News / 6 months ago
Sentry is an error tracking software that provides a full stack view into your application and infrastructure’s performance. It makes it very easy to track and debug errors. It provides observability into both front-end and back-end projects. - Source: dev.to / 8 months ago
Wrap the application in an error boundary. When this error boundary catches, send some state about the client to either a backend service that will store it for record keeping, or to a monitoring service like Sentry.io. Source: 9 months ago
Sentry is built to do exactly that, and has both React and Django integrations available. Source: 10 months ago
You can use an actual excrption capturing tool, such as sentry - https://sentry.io/welcome/. Source: 11 months ago
In Q3 the focus is going to be split into two: partially we’ll keep on pushing on getting v2 to GA status, whatever that may mean in practice (ranging from porting features, to fixing hypothetical bugs, blindly approving pull requests, to enthusiastic cheer leading). However, we will also get back to what I’d qualify as “actual platform work”: specifically we want to invest in better instrumentation of the... - Source: dev.to / 11 months ago
How about setting up some monitoring and alerts that will notify you in case of any issues. Something like Sentry. I also recommend centralized log management. There are a few options, but I like Seq as it is self-hostable with a single docker command. That means you can store as many logs as the disk space on your server can handle. I usually log inputs and outputs to functions and API calls to see what happened... Source: 11 months ago
I previously used https://k6.io/ in lieu of better options. It was great for getting up and running reasonably quickly, but also kind of had a weird JS runtime so the error messages weren't always intuitive so debugging was a pain. Then again, could also use anything like Apache JMeter (https://jmeter.apache.org/), Gatling (https://gatling.io/open-source/) or any other solution out there, whichever is better... - Source: Hacker News / 11 months ago
The typed output by zod is very clean and looks like a typescript type that we would have written ourselves, with the addition that zod parses the JSON using our model. For safety, we use the safeParse method from zod, which allows us to send back the JSON “as is” in case of an error during the parsing step. We would also receive an error on our error tracking tool, Sentry. With our example, our builder... - Source: dev.to / about 1 year ago
Check if there’s an Error Tracking System in place. One of the most popular ones is Sentry. - Source: dev.to / about 1 year ago
A while back I decided to implement Sentry into my web app. This turned out to be a huge boon to the way I’m able to debug or even catch several bugs! - Source: dev.to / over 1 year ago
Do you know an article comparing Sentry.io to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Sentry.io. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.