Skip to content
Snippets Groups Projects
Commit 6bed0cb4 authored by Sean McGivern's avatar Sean McGivern :red_circle:
Browse files

Merge branch '343602-set-custom-apdex-on-triggerable-integration-API-endpoints' into 'master'

Set custom Apdex for triggerable integrations API endpoints

See merge request !73315
parents 54fdbba9 b6686ee5
No related branches found
No related tags found
1 merge request!73315Set custom Apdex for triggerable integrations API endpoints
Pipeline #399478040 passed
......@@ -153,7 +153,7 @@ def slash_command_integration(project, integration_slug, params)
requires setting[:name], type: setting[:type], desc: setting[:desc]
end
end
post "#{path}/#{integration_slug.underscore}/trigger" do
post "#{path}/#{integration_slug.underscore}/trigger", urgency: :low do
project = find_project(params[:id])
# This is not accurate, but done to prevent leakage of the project names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment