From b938bdf13893747b0307ebd2c55a07966dcde6cb Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sun, 19 May 2024 23:22:48 -0300 Subject: [PATCH] Clarify about sentry webpack --- src/webpack/patchWebpack.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index 64b6e331a..979bf0577 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -99,6 +99,7 @@ Object.defineProperty(Function.prototype, "O", { // wreq.m is the webpack object containing module factories. // This is pre-populated with modules, and is also populated via webpackGlobal.push +// The sentry module also has their own webpack with a pre-populated modules object, so this also targets that // We replace its prototype with our proxy, which is responsible for returning patched module factories containing our patches Object.defineProperty(Function.prototype, "m", { configurable: true,