This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@sentry/node/esm/integrations/http.js b/node_modules/@sentry/node/esm/integrations/http.js | |
index 3fe1317..c8fc3ef 100644 | |
--- a/node_modules/@sentry/node/esm/integrations/http.js | |
+++ b/node_modules/@sentry/node/esm/integrations/http.js | |
@@ -3,7 +3,16 @@ import { getCurrentHub } from '@sentry/core'; | |
import { fill, logger, parseSemver } from '@sentry/utils'; | |
import { IS_DEBUG_BUILD } from '../flags'; | |
import { cleanSpanDescription, extractUrl, isSentryRequest, normalizeRequestArgs, } from './utils/http'; | |
+ | |
var NODE_VERSION = parseSemver(process.versions.node); |