hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

#sentry

4 posts4 participants1 post today

Ok, hear me out!

I have a php application without javascript! You press a button or slide on a slider, the page reloads and may scoll a bit (due to use of anchors).

It sounds terrible. Use JS? Who reloads page on click these days, It is not 1990!

But what if: a web page without JS : 'normal' page = push button : touchscreen?!

Another positive thing about PHP without JS: when something fails, I can find the cause in server side logs! Without setting up #sentry that takes min 16 GB VM.

Just learned about #BugSink, an exception tracking service made for easy self-hosting (you don't have to, tho). Super-interesting, not least because it's #Sentry SDK-compatible(!) – just setting another DSN is apparently enough.

bugsink.com

www.bugsink.comBugsink: Self-hosted Error TrackingBugsink is Self-hosted Error Tracking. 30 second installation, Sentry SDK compatible, scalable to millions of events per day.

I don't suppose anyone out there has a well-maintained (Server Side) #Swift SDK for #Sentry (and I don't mean the official `sentry-cocoa`, but something actually modern that I can use with #Hummingbird on Linux—not just xOS apps)?

I found `swift-sentry` but it seems it hasn't been touched in a few years.

Would love to plug something in instead of having to write something new…

/cc @markstory ?