This commit is contained in:
Nuckyz 2024-05-24 03:57:54 -03:00
parent d6b5bc58ce
commit bacf021a28
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -170,7 +170,7 @@ Object.defineProperty(Function.prototype, "O", {
// wreq.m is the webpack object containing module factories.
// This is pre-populated with module factories, and is also populated via webpackGlobal.push
// The sentry module also has their own webpack with a pre-populated module factories object, so this also targets that
// We replace wrap it with our proxy, which is responsible for patching the module factories, or setting up getters for them
// We wrap it with our proxy, which is responsible for patching the module factories, or setting up getters for them
Object.defineProperty(Function.prototype, "m", {
configurable: true,