Skip to content

Commit 5b16b24

Browse files
committed
rename sanitization instrumentation key
1 parent ec6ff5b commit 5b16b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_pipeline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def call(text, context: {}, result: {})
187187
end
188188
end
189189

190-
instrument("html_pipeline.sanitization", payload) do
190+
instrument("sanitization.html_pipeline", payload) do
191191
result[:output] = Selma::Rewriter.new(sanitizer: @sanitization_config, handlers: @node_filters).rewrite(html)
192192
end
193193

0 commit comments

Comments
 (0)