From f43a40f95a8b6a5e8b539414faea191ef4840c81 Mon Sep 17 00:00:00 2001 From: Dan Ports <danports@gmail.com> Date: Mon, 3 Jan 2022 07:09:57 -0500 Subject: [PATCH] feat(preset): Add sentry-dotnet monorepo (#13340) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index e26c6d189f..888c1e21a1 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -167,6 +167,7 @@ const repoGroups = { redwood: 'https://github.com/redwoodjs/redwood', remark: 'https://github.com/remarkjs/remark', router5: 'https://github.com/router5/router5', + 'sentry-dotnet': 'https://github.com/getsentry/sentry-dotnet', 'sentry-javascript': 'https://github.com/getsentry/sentry-javascript', 'sentry-ruby': 'https://github.com/getsentry/sentry-ruby', springfox: 'https://github.com/springfox/springfox', -- GitLab