@@ -46,8 +46,8 @@ const IMPORTED_INTEGRATION_CDN_BUNDLE_PATHS: Record<string, string> = {
4646
4747const BUNDLE_PATHS : Record < string , Record < string , string > > = {
4848 browser : {
49- cjs : 'build/npm/cjs/index.js' ,
50- esm : 'build/npm/esm/index.js' ,
49+ cjs : 'build/npm/cjs/prod/ index.js' ,
50+ esm : 'build/npm/esm/prod/ index.js' ,
5151 bundle : 'build/bundles/bundle.js' ,
5252 bundle_min : 'build/bundles/bundle.min.js' ,
5353 bundle_replay : 'build/bundles/bundle.replay.js' ,
@@ -67,8 +67,8 @@ const BUNDLE_PATHS: Record<string, Record<string, string>> = {
6767 loader_tracing_replay : 'build/bundles/bundle.tracing.replay.debug.min.js' ,
6868 } ,
6969 integrations : {
70- cjs : 'build/npm/cjs/index.js' ,
71- esm : 'build/npm/esm/index.js' ,
70+ cjs : 'build/npm/cjs/prod/ index.js' ,
71+ esm : 'build/npm/esm/prod/ index.js' ,
7272 bundle : 'build/bundles/[INTEGRATION_NAME].js' ,
7373 bundle_min : 'build/bundles/[INTEGRATION_NAME].min.js' ,
7474 } ,
@@ -77,8 +77,8 @@ const BUNDLE_PATHS: Record<string, Record<string, string>> = {
7777 bundle_min : 'build/bundles/[INTEGRATION_NAME].min.js' ,
7878 } ,
7979 wasm : {
80- cjs : 'build/npm/cjs/index.js' ,
81- esm : 'build/npm/esm/index.js' ,
80+ cjs : 'build/npm/cjs/prod/ index.js' ,
81+ esm : 'build/npm/esm/prod/ index.js' ,
8282 bundle : 'build/bundles/wasm.js' ,
8383 bundle_min : 'build/bundles/wasm.min.js' ,
8484 } ,
0 commit comments