From 5437ac76af499fe336d3d2e8ef51e3bc4e8bf67f Mon Sep 17 00:00:00 2001 From: Honza Machala <honza.machala@seznam.cz> Date: Tue, 7 Dec 2021 22:50:57 +0100 Subject: [PATCH] feat: add @elastic/apm-agent-rum-js monorepo (#12996) --- 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 ef0c3460eb..bc6f0b5c10 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -34,6 +34,7 @@ const repoGroups = { deno: 'https://github.com/denoland/deno', 'devextreme-reactive': 'https://github.com/DevExpress/devextreme-reactive', 'dnd-kit': 'https://github.com/clauderic/dnd-kit', + 'elastic-apm-agent-rum-js': 'https://github.com/elastic/apm-agent-rum-js', 'electron-forge': 'https://github.com/electron-userland/electron-forge', 'ember-decorators': 'https://github.com/ember-decorators/ember-decorators', 'graphql-modules': 'https://github.com/Urigo/graphql-modules', -- GitLab