packages/ak-common/tracing: get sentry config from API for outposts (#21625)

This commit is contained in:
Marc 'risson' Schmitt
2026-04-16 12:00:01 +00:00
committed by GitHub
parent b3e7a01f10
commit 1b53426e2c
7 changed files with 297 additions and 16 deletions
Generated
+14
View File
@@ -178,6 +178,7 @@ name = "authentik-common"
version = "2026.5.0-rc1"
dependencies = [
"arc-swap",
"authentik-client",
"aws-lc-rs",
"axum-server",
"config",
@@ -189,6 +190,8 @@ dependencies = [
"nix 0.31.2",
"notify",
"pin-project-lite",
"reqwest",
"reqwest-middleware",
"rustls",
"sentry",
"serde",
@@ -198,6 +201,7 @@ dependencies = [
"thiserror 2.0.18",
"time",
"tokio",
"tokio-retry2",
"tokio-util",
"tracing",
"tracing-error",
@@ -3621,6 +3625,16 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-retry2"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0266d56e57e6b29becbfce5daa6add8730941ca8192ddd7c24d25bf90c32a743"
dependencies = [
"pin-project",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.26.4"