1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Initial OpenTelemetry tracing support

This commit is contained in:
Quentin Gliech
2021-10-13 13:56:42 +02:00
parent b3587c677c
commit 27ae6a5167
9 changed files with 434 additions and 48 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
chrono = "0.4.19"
thiserror = "1.0.29"
thiserror = "1.0.30"
serde = "1.0.130"
oauth2-types = { path = "../oauth2-types" }