Sentry is cross-platform application monitoring, with a focus on error reporting.
-
Updated
Nov 14, 2020 - Python
{{ message }}
Sentry is cross-platform application monitoring, with a focus on error reporting.
ELMAH error logger for sending errors to elmah.io.
Custom error and event tracking for Ember.js apps
Mission Control integration for Laravel apps
TrackJS Data API client-library for Node.js
Simple PHP interface for creating and managing text logs and files
The app for displaying the logs. The project is to keep the record of all the errors and reports filed by the apps while being used by the end users. (Similar to sentry and bugsee)
Sentry is a cross-platform crash reporting and aggregation platform.
Lightweight, minimalistic and straight-to-the-point web server
Back End Engineer Code Project
Project files for senior baby boom site. Original idea was to create a national directory for senior living facility sites.
Timesheet API built using PHP Slim.
The database for the ReportService project
The framework for reporting the errors and logs to the server.
Error logger and reporting tool for Microsoft Windows that gathers detailed information on an Exception and the application/system running it. Report to the developer web server and/or Github Issues..
A reusable error logs aggregating service that tells on bugs.
This is the server for the project Error reporting and Logging.
Collect entries from the error log of the AIX operating system and ship them to Elasticsearch or Logstash.
The Grafite Mission Control PHP Package
Add a description, image, and links to the error-logging topic page so that developers can more easily learn about it.
To associate your repository with the error-logging topic, visit your repo's landing page and select "manage topics."
For completion, we should offer an
Asmethod like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.