Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueman/sherlock
Homegrown error monitoring solution
https://github.com/ueman/sherlock
Last synced: about 1 month ago
JSON representation
Homegrown error monitoring solution
- Host: GitHub
- URL: https://github.com/ueman/sherlock
- Owner: ueman
- License: cc0-1.0
- Created: 2022-07-11T15:16:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:56:26.000Z (11 months ago)
- Last Synced: 2023-12-15T12:54:58.189Z (11 months ago)
- Language: C++
- Size: 608 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sherlock 🕵🏻♂️
During the the [Flutter Munich Meetup](https://www.meetup.com/flutter-munich/events/286824029/) I'm talking about building your own error monitoring solution. The resulting library is called sherlock. Read the talk description below.
## The magic behind error tracking - How to build your own custom solution
Error monitoring software can look like magic, just call some initialization code and somehow you get insightful error reports on a dashboard.
But how does this magic work behinde the scenes? How can you hook into error handlers and turn those errors into insightful error reports?
In this talk I'm going to show you, that it's not as hard as you might think.I will post the slides and code later in this repo.
-------
### A few words about myself
I'm a developer based in Osnabrück, Germany. I'm mostly working with Flutter and Dart and I'm interesting in monitoring of mobile applications, as well as the overall application lifecycle, from programming over the CI process to the final deployment to a application distribution platform.
You can follow me on [Twitter](https://twitter.com/ue_man), where I post my thoughts on Flutter and the world, and also on GitHub, where you can see my open source contributions and software. I hope you'll find it interesting.