Commit 6a5564c2 authored by Emily Ring's avatar Emily Ring

Added error message to cluster_type_label method

parent 9ad8f4df
......@@ -51,7 +51,7 @@ module ClustersHelper
s_('ClusterIntegration|Instance cluster')
else
Gitlab::ErrorTracking.track_exception(
ArgumentError.new,
ArgumentError.new('Cluster Type Missing'),
cluster_error: { error: 'Cluster Type Missing', cluster_type: cluster_type }
)
_('Cluster')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment