Skip to content

Commit bfe315e

Browse files
fix(cells): Update controlsiloUrlPatterns (#111751)
1 parent 9189dee commit bfe315e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/data/controlsiloUrlPatterns.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const controlsiloUrlPatterns: RegExp[] = [
7575
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/$'),
7676
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/channels/$'),
7777
new RegExp('^api/0/organizations/[^/]+/integrations/[^/]+/channel-validate/$'),
78+
new RegExp('^api/0/organizations/[^/]+/pipeline/[^/]+/$'),
7879
new RegExp('^api/0/organizations/[^/]+/sentry-app-installations/$'),
7980
new RegExp('^api/0/organizations/[^/]+/sentry-apps/$'),
8081
new RegExp('^api/0/organizations/[^/]+/sentry-app-components/$'),

0 commit comments

Comments
 (0)