{"id":29471995,"url":"https://github.com/funcool/catacumba-prone","last_synced_at":"2025-07-14T14:08:39.727Z","repository":{"id":62432733,"uuid":"49768306","full_name":"funcool/catacumba-prone","owner":"funcool","description":"A prone (error reporting middleware) integration for catacumba.","archived":false,"fork":false,"pushed_at":"2016-08-17T16:11:18.000Z","size":15,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-09T08:50:03.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funcool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-16T10:01:30.000Z","updated_at":"2017-04-25T06:55:37.000Z","dependencies_parsed_at":"2022-11-01T21:01:09.702Z","dependency_job_id":null,"html_url":"https://github.com/funcool/catacumba-prone","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/funcool/catacumba-prone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funcool%2Fcatacumba-prone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funcool%2Fcatacumba-prone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funcool%2Fcatacumba-prone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funcool%2Fcatacumba-prone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funcool","download_url":"https://codeload.github.com/funcool/catacumba-prone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funcool%2Fcatacumba-prone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265305517,"owners_count":23743892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-14T14:08:39.127Z","updated_at":"2025-07-14T14:08:39.718Z","avatar_url":"https://github.com/funcool.png","language":"Clojure","readme":"# catacumba-prone #\n\n[![Clojars Project](http://clojars.org/funcool/catacumba-prone/latest-version.svg)](http://clojars.org/funcool/catacumba-prone)\n\n\n## Introduction ##\n\nA [prone][1] (error reporting middleware) integration\nfor catacumba.\n\n[Prone][1] is a exception reporting middleware for ring based applications that\nshow a beautiful, navegable and human readable stacktraces when an exception is\nthrowed in your application. It is not directly compatible with catacumba but\nhere is a integration that allows you use almost all features that it exposes.\n\n\n## Quick Start ##\n\nFor use it on your application, add the appropriate dependency:\n\n```clojure\n[funcool/catacumba-prone \"0.4.0\"]\n```\n\nLater, add the prone handler to you route chain:\n\n```clojure\n(ns myappns.routes\n  (:require [catacumba.core :as ct]\n            [catacumba.plugins.prone :as prone]))\n\n(def app\n  (ct/routes [[:setup (prone/handler {:namespaces [\"myappns\"]})]\n              ;; your handlers here\n              ]))\n```\n\nNow, if an exception is happens in your application, the prone middleware will\ncapture it and showed in a beautiful manner.\n\n\n## Contributing \u0026 License ##\n\nThe same as [catacumba][2].\n\n\n[1]: https://github.com/magnars/prone\n[2]: https://funcool.github.io/catacumba/latest/#developers-guide\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuncool%2Fcatacumba-prone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuncool%2Fcatacumba-prone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuncool%2Fcatacumba-prone/lists"}