File tree Expand file tree Collapse file tree 5 files changed +1
-68
lines changed
Expand file tree Collapse file tree 5 files changed +1
-68
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ export type InternalGlobal = {
5454 */
5555 _sentryModuleMetadata ?: Record < string , any > ;
5656 _sentryEsmLoaderHookRegistered ?: boolean ;
57- _sentryInjectLoaderHookRegister ?: ( ) => void ;
58- _sentryInjectLoaderHookRegistered ?: boolean ;
5957} & Carrier ;
6058
6159/** Get's the global object for the current JavaScript runtime */
Original file line number Diff line number Diff line change 6666 "@opentelemetry/semantic-conventions" : " ^1.37.0"
6767 },
6868 "dependencies" : {
69- "@apm-js-collab/tracing-hooks" : " ^0.3.1" ,
7069 "@sentry/core" : " 10.32.1" ,
7170 "@sentry/opentelemetry" : " 10.32.1" ,
7271 "import-in-the-middle" : " ^2.0.1"
7372 },
7473 "devDependencies" : {
75- "@apm-js-collab/code-transformer" : " ^0.8.2" ,
7674 "@opentelemetry/api" : " ^1.9.0" ,
7775 "@opentelemetry/context-async-hooks" : " ^2.2.0" ,
7876 "@opentelemetry/core" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 77 functionToStringIntegration ,
88 getCurrentScope ,
99 getIntegrationsToSetup ,
10- GLOBAL_OBJ ,
1110 hasSpansEnabled ,
1211 inboundFiltersIntegration ,
1312 linkedErrorsIntegration ,
@@ -132,8 +131,6 @@ function _init(
132131
133132 client . init ( ) ;
134133
135- GLOBAL_OBJ . _sentryInjectLoaderHookRegister ?.( ) ;
136-
137134 debug . log ( `SDK initialized from ${ isCjs ( ) ? 'CommonJS' : 'ESM' } ` ) ;
138135
139136 client . startClientReportTracking ( ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 342342 dependencies:
343343 json-schema-to-ts "^3.1.1"
344344
345- "@apm-js-collab/code-transformer@^0.8.0", "@apm-js-collab/code-transformer@^0.8.2":
346- version "0.8.2"
347- resolved "https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz#a3160f16d1c4df9cb81303527287ad18d00994d1"
348- integrity sha512-YRjJjNq5KFSjDUoqu5pFUWrrsvGOxl6c3bu+uMFc9HNNptZ2rNU/TI2nLw4jnhQNtka972Ee2m3uqbvDQtPeCA==
349-
350- "@apm-js-collab/tracing-hooks@^0.3.1":
351- version "0.3.1"
352- resolved "https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz#414d3a93c3a15d8be543a3fac561f7c602b6a588"
353- integrity sha512-Vu1CbmPURlN5fTboVuKMoJjbO5qcq9fA5YXpskx3dXe/zTBvjODFoerw+69rVBlRLrJpwPqSDqEuJDEKIrTldw==
354- dependencies:
355- "@apm-js-collab/code-transformer" "^0.8.0"
356- debug "^4.4.1"
357- module-details-from-path "^1.0.4"
358-
359345"@apollo/protobufjs@1.2.6":
360346 version "1.2.6"
361347 resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.6.tgz#d601e65211e06ae1432bf5993a1a0105f2862f27"
@@ -22708,7 +22694,7 @@ module-definition@^6.0.1:
2270822694 ast-module-types "^6.0.1"
2270922695 node-source-walk "^7.0.1"
2271022696
22711- module-details-from-path@^1.0.3, module-details-from-path@^1.0.4 :
22697+ module-details-from-path@^1.0.3:
2271222698 version "1.0.4"
2271322699 resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz#b662fdcd93f6c83d3f25289da0ce81c8d9685b94"
2271422700 integrity sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==
You can’t perform that action at this time.
0 commit comments