about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--searchix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchix.go b/searchix.go
index f91fe48..b53ccfb 100644
--- a/searchix.go
+++ b/searchix.go
@@ -125,7 +125,7 @@ func New(cfg *config.Config) (*Server, error) {
 
 	err := sentry.Init(sentry.ClientOptions{
 		EnableTracing:    true,
-		TracesSampleRate: 1.0,
+		TracesSampleRate: 0.01,
 		Dsn:              cfg.Web.SentryDSN,
 		Environment:      cfg.Web.Environment,
 	})