Packages

Gleam bindings to opentelemetry; can capture crash reports.

Current section

Files

Jump to
opengleametry gleam.toml
Raw

gleam.toml

name = "opengleametry"
version = "2.0.0"
licenses = ["Apache-2.0"]
description = "Gleam bindings to opentelemetry; can capture crash reports."
repository = { type = "codeberg", user = "kero", repo = "opengleametry" }
links = [
{ title = "Erlang/Elixir OTEL that we bind to", href = "https://opentelemetry.io/docs/languages/erlang/" },
{ title = "Open Telemetry", href = "https://opentelemetry.io/" }
]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" }
]
[dependencies]
opentelemetry_api = ">= 1.4.1 and < 2.0.0"
gleam_stdlib = ">= 1.0.3 and < 2.0.0"