File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101 }
102102 },
103103 "dependencies" : {
104+ "@sentry/conventions" : " ^0.11.0" ,
104105 "@sentry/core" : " 10.57.0" ,
105106 "@sentry/opentelemetry" : " 10.57.0" ,
106107 "import-in-the-middle" : " ^3.0.0"
111112 "@opentelemetry/exporter-trace-otlp-http" : " ^0.214.0" ,
112113 "@opentelemetry/instrumentation" : " ^0.214.0" ,
113114 "@opentelemetry/sdk-trace-base" : " ^2.6.1" ,
114- "@sentry/conventions" : " ^0.11.0" ,
115115 "@types/node" : " ^18.19.1"
116116 },
117117 "scripts" : {
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ export default [
2525 // set exports to 'named' or 'auto' so that rollup doesn't warn
2626 exports : 'named' ,
2727 preserveModules : true ,
28- // keep emitted module paths relative to `src` so the bundled `@sentry/conventions`
29- // (a devDependency, vendored into the build) doesn't shift the output layout
30- preserveModulesRoot : 'src' ,
3128 } ,
3229 plugins : [
3330 replace ( {
You can’t perform that action at this time.
0 commit comments