diff --git a/config/application.rb b/config/application.rb
index 1110199b8889236f274f09b3b85d8db58bdaf555..cd5e3d45bab5337d779d3e95966c142fc5b8c60c 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -61,6 +61,7 @@ class Application < Rails::Application
     # - Any parameter containing `secret`
     # - Two-factor tokens (:otp_attempt)
     # - Repo/Project Import URLs (:import_url)
+    # - Build traces (:trace)
     # - Build variables (:variables)
     # - GitLab Pages SSL cert/key info (:certificate, :encrypted_key)
     # - Webhook URLs (:hook)
@@ -75,6 +76,7 @@ class Application < Rails::Application
       key
       otp_attempt
       sentry_dsn
+      trace
       variables
     )