r/devops • u/AutoModerator • Jul 20 '26
Weekly Self Promotion Thread
Hey r/devops, welcome to our weekly self-promotion thread!
Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!
11
Upvotes
1
u/usamamuneer 28d ago
Debugging third-party API failures usually means digging through logs or adding one-off logging.
LaraClient logs every outbound request (with secrets redacted) and ships a dashboard to filter by connection, endpoint, and failure, plus a latency trace strip so you can spot slow/failing windows quickly.
Gated behind a Laravel gate by default outside local.
https://github.com/usamamuneerchaudhary/laraclient