Skip to content

Commit

Permalink
rename sanitization instrumentation key
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Apr 26, 2024
1 parent ec6ff5b commit 5b16b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html_pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def call(text, context: {}, result: {})
end
end

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

Expand Down

0 comments on commit 5b16b24

Please sign in to comment.