File tree Expand file tree Collapse file tree 5 files changed +0
-67
lines changed
Expand file tree Collapse file tree 5 files changed +0
-67
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 9999 }
100100 },
101101 "dependencies" : {
102- "@apm-js-collab/tracing-hooks" : " ^0.3.1" ,
103102 "@sentry/core" : " 10.39.0" ,
104103 "@sentry/opentelemetry" : " 10.39.0" ,
105104 "import-in-the-middle" : " ^2.0.6"
106105 },
107106 "devDependencies" : {
108- "@apm-js-collab/code-transformer" : " ^0.8.2" ,
109107 "@opentelemetry/api" : " ^1.9.0" ,
110108 "@opentelemetry/context-async-hooks" : " ^2.5.0" ,
111109 "@opentelemetry/core" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 99 functionToStringIntegration ,
1010 getCurrentScope ,
1111 getIntegrationsToSetup ,
12- GLOBAL_OBJ ,
1312 hasSpansEnabled ,
1413 inboundFiltersIntegration ,
1514 linkedErrorsIntegration ,
@@ -135,8 +134,6 @@ function _init(
135134
136135 client . init ( ) ;
137136
138- GLOBAL_OBJ . _sentryInjectLoaderHookRegister ?.( ) ;
139-
140137 debug . log ( `SDK initialized from ${ isCjs ( ) ? 'CommonJS' : 'ESM' } ` ) ;
141138
142139 client . startClientReportTracking ( ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 378378 dependencies:
379379 json-schema-to-ts "^3.1.1"
380380
381- "@apm-js-collab/code-transformer@^0.8.0", "@apm-js-collab/code-transformer@^0.8.2":
382- version "0.8.2"
383- resolved "https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz#a3160f16d1c4df9cb81303527287ad18d00994d1"
384- integrity sha512-YRjJjNq5KFSjDUoqu5pFUWrrsvGOxl6c3bu+uMFc9HNNptZ2rNU/TI2nLw4jnhQNtka972Ee2m3uqbvDQtPeCA==
385-
386- "@apm-js-collab/tracing-hooks@^0.3.1":
387- version "0.3.1"
388- resolved "https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz#414d3a93c3a15d8be543a3fac561f7c602b6a588"
389- integrity sha512-Vu1CbmPURlN5fTboVuKMoJjbO5qcq9fA5YXpskx3dXe/zTBvjODFoerw+69rVBlRLrJpwPqSDqEuJDEKIrTldw==
390- dependencies:
391- "@apm-js-collab/code-transformer" "^0.8.0"
392- debug "^4.4.1"
393- module-details-from-path "^1.0.4"
394-
395381"@apollo/cache-control-types@^1.0.3":
396382 version "1.0.3"
397383 resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47"
You can’t perform that action at this time.
0 commit comments