We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9189dee commit bfe315eCopy full SHA for bfe315e
static/app/data/controlsiloUrlPatterns.ts
@@ -75,6 +75,7 @@ export const controlsiloUrlPatterns: RegExp[] = [
75
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/$'),
76
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/channels/$'),
77
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/channel-validate/$'),
78
+ new RegExp('^api/0/organizations/[^/]+/pipeline/[^/]+/$'),
79
new RegExp('^api/0/organizations/[^/]+/sentry-app-installations/$'),
80
new RegExp('^api/0/organizations/[^/]+/sentry-apps/$'),
81
new RegExp('^api/0/organizations/[^/]+/sentry-app-components/$'),
0 commit comments