axelson

axelson

Scenic Core Team

Does a local error tracking/notification library exist? I’m looking for one that will handle local errors (preferably via sasl as well as a plug) and facilitate displaying them in a locally running Phoenix instance. There are numerous error reporters that report to external services, but I don’t see any local collectors.

Here are some similar packages that work with external services:

Showing Posts 1 to 7

hauleth

hauleth

In theory you can use Sentry and run your own instance locally, for example within Docker container.

sorentwo

sorentwo

Oban Core Team

If you ripped the plug adapter, logger integration, and notify/3 out of Honeybadger and replaced the http client with an ets/genserver you would have a local error tracker.

Actually, the http client may be pluggable, you could swap it out for something that kept it all in memory instead and still use the regular Honeybadger client.

I realize that using a full remote error tracker isn’t really your aim, but it got me thinking.

axelson

axelson OP

Scenic Core Team

That’s really neat that you can run Sentry locally! I had no idea. Unfortunately it won’t work for me in this particular case because I want to run the software on end-user’s (who are developers) machines and I don’t want docker to be required for installation.

Hmm, that does sound like a workable solution, if the http client is pluggable that does seem like a great hook, then I just need some basic error rendering in the browser. Thanks for the idea!

hauleth

hauleth

I will sound like douche, but tell them to learn how to read log files and for example point them to the lnav for viewing these if they really need some help for that.

jaimeiniesta

jaimeiniesta

Just in case you missed it, this looks great:

axelson

axelson OP

Scenic Core Team

Haha, I had totally forgotten about this thread. Thanks for mentioning ErrorTracker here! It’s exactly what I was looking for when I posted the thread!

belaustegui

belaustegui

If you use ErrorTracker and find any problems or potential improvements, please post an issue on GitHub. Feedback is very much appreciated!

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
ryanwinchester
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted” Version...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews