Movatterモバイル変換


[0]ホーム

URL:


packagecanary

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Capture unhandled exceptions and automatically report them through various channels

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=cdbdf44712c538c79de2ac39f693a66c
sha512=d040c3bbe07b4462af58f5a5f70918c035679fbded7456f8d5990c7cefbdde77ea912ef6e8b2e1fe8f2cfe163b48b611ebc70a6b4319452f6c82aa29f3e3afe7

Description

Developed by the University of Zurich, Canary is a tool for capturing unhandled exceptions and automatically reporting them to your development team.

Published:25 Feb 2022

README

Canary

Canary is a tool for automatically reporting runtime exceptions to issue trackers. Developed by the University of Zurich for internal projects using OCaml.

Doctrine

When using OCaml, one should almost always use error-aware return types such asoption orresult to help structure application in such a way that any problems that could be reasonably expected will be handled gracefully. However, exceptional circumstances (or situations that you don't expect to have to deal with) should still raise exceptions. Usually, an exception in production isexceptional enough to demand the immediate attention of developers. That is what Canary is for. Canary provides a standard interface for exception reporters, in order to accelerate the development of reporters as well as facilitate multi-reporting, or easier transitioning between different reporters.

Dependencies (11)

  1. ppx_deriving_yojson>= "3.6.0"
  2. uri>= "4.0.0"
  3. lwt_ppx>= "2.0.2"
  4. yojson
  5. cohttp-lwt-unix
  6. cohttp-lwt
  7. cohttp
  8. ptime
  9. lwt
  10. ocaml>= "4.08.0"
  11. dune>= "2.9"

Dev Dependencies (1)

  1. odocwith-doc

Used by

None

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp