From 505f7712d6db159ea971522c398846ff33522f8b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 26 Jul 2024 00:50:03 +0200 Subject: [PATCH] fix(config): :bug: Add trace propagation targets to Sentry example config --- config/config.example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.example.toml b/config/config.example.toml index a8819f85..1e656cd4 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -400,6 +400,8 @@ debug = false sample_rate = 1.0 traces_sample_rate = 1.0 +# Can also be regex +trace_propagation_targets = [] max_breadcrumbs = 100 # environment = "production"