File tree Expand file tree Collapse file tree 5 files changed +42233
-30270
lines changed Expand file tree Collapse file tree 5 files changed +42233
-30270
lines changed Original file line number Diff line number Diff line change
1
+ # Yarn 4 configuration
2
+ nodeLinker : node-modules
3
+
4
+ # Enable global cache for better performance
5
+ enableGlobalCache : true
6
+
7
+ # Use network settings from environment
8
+ httpTimeout : 60000
Original file line number Diff line number Diff line change 43
43
"test:ci:bun" : " lerna run test --scope @sentry/bun" ,
44
44
"yalc:publish" : " lerna run yalc:publish"
45
45
},
46
+ "packageManager" :
" [email protected] +sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728" ,
46
47
"volta" : {
47
48
"node" : " 20.18.2" ,
48
- "yarn" : " 1.22.22 " ,
49
+ "yarn" : " 4.6.0 " ,
49
50
"pnpm" : " 9.15.9"
50
51
},
51
52
"workspaces" : [
146
147
"resolutions" : {
147
148
"gauge/strip-ansi" : " 6.0.1" ,
148
149
"wide-align/string-width" : " 4.2.3" ,
149
- "cliui/wrap-ansi" : " 7.0.0" ,
150
- "**/sucrase" : " getsentry/sucrase#es2020-polyfills"
150
+ "cliui/wrap-ansi" : " 7.0.0"
151
151
},
152
152
"version" : " 0.0.0" ,
153
153
"name" : " sentry-javascript" ,
Original file line number Diff line number Diff line change 49
49
"access" : " public"
50
50
},
51
51
"dependencies" : {
52
- "@sentry/core " : " 9.32 .0" ,
53
- "@opentelemetry/api " : " ^1.9 .0"
52
+ "@opentelemetry/api " : " ^1.9 .0" ,
53
+ "@sentry/core " : " 9.32 .0"
54
54
},
55
55
"peerDependencies" : {
56
56
"@cloudflare/workers-types" : " ^4.x"
You can’t perform that action at this time.
0 commit comments