Webhook url regex not accepting valid webhook urls

With the latest release webhook was introduced. When you enter a webhook link it gets checked with this regex: https://gitlab.com/glitchtip/glitchtip-frontend/-/blob/c20e84efc31ad1dfe227f43f1708840e03700104/src/app/settings/projects/project-detail/project-alerts/new-recipient/new-recipient.component.ts#L42

Wich works well with Slack's "Incoming webhook" (as mentioned in the release notes) however, it doesn't work well with Microsoft Teams "Incoming webhook" which has the url pattern: https://XXXXXXX.webhook.office.com/webhookb2/1f3c20aa-88db-428c-8033-8b1c71fd87c7@57d0d75c-1369-4dd3-a130-72e62ec186e4/IncomingWebhook/9d645ab454dc4e6c922ab8a95cce525f/fda473a8-4c45-458f-a19c-2bdaacf561db

I'm getting image

image