package sentry

  1. Overview
  2. Docs
type t = [
  1. | `As3
  2. | `C
  3. | `Cfml
  4. | `Cocoa
  5. | `Csharp
  6. | `Go
  7. | `Java
  8. | `Javascript
  9. | `Node
  10. | `Objc
  11. | `Other
  12. | `Perl
  13. | `Php
  14. | `Python
  15. | `Ruby
]

https://docs.sentry.io/clientdev/attributes/#required-attributes

val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val wrap : string -> [> t ]
val unwrap : [< t ] -> string