aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-09-25 15:36:52 -0700
committerYuchen Wu <[email protected]>2024-10-11 15:40:59 -0700
commit4bc741c4f5d2029c66697ffc243d2b5dee3d213b (patch)
treed8978d2c06ebd17d7bc973a601cbf337aba5f1e0
parent44175e31774dfb74df902e3eb18f7f32a2601abf (diff)
downloadpingora-4bc741c4f5d2029c66697ffc243d2b5dee3d213b.tar.gz
pingora-4bc741c4f5d2029c66697ffc243d2b5dee3d213b.zip
Surface sentry feature at pingora crate
-rw-r--r--.bleep2
-rw-r--r--pingora/Cargo.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.bleep b/.bleep
index 78c2050..fccd5bf 100644
--- a/.bleep
+++ b/.bleep
@@ -1 +1 @@
-ec598a02b75ba411b1e1b3ea347e1d3c71b555d2 \ No newline at end of file
+735c778b671dcfcbe0b561cc0bbbf0f000e457f6 \ No newline at end of file
diff --git a/pingora/Cargo.toml b/pingora/Cargo.toml
index b81141a..236c2d3 100644
--- a/pingora/Cargo.toml
+++ b/pingora/Cargo.toml
@@ -66,3 +66,4 @@ proxy = ["pingora-proxy"]
lb = ["pingora-load-balancing", "proxy"]
cache = ["pingora-cache"]
time = []
+sentry = ["pingora-core/sentry"]