Skip to content

Commit cf96436

Browse files
committed
Changes from background composer bc-d695698b-1063-4c3d-a2cb-e765121a1890
1 parent ae30471 commit cf96436

File tree

5 files changed

+42233
-30270
lines changed

5 files changed

+42233
-30270
lines changed

.yarn/install-state.gz

4.06 MB
Binary file not shown.

.yarnrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@
4343
"test:ci:bun": "lerna run test --scope @sentry/bun",
4444
"yalc:publish": "lerna run yalc:publish"
4545
},
46+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
4647
"volta": {
4748
"node": "20.18.2",
48-
"yarn": "1.22.22",
49+
"yarn": "4.6.0",
4950
"pnpm": "9.15.9"
5051
},
5152
"workspaces": [
@@ -146,8 +147,7 @@
146147
"resolutions": {
147148
"gauge/strip-ansi": "6.0.1",
148149
"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"
151151
},
152152
"version": "0.0.0",
153153
"name": "sentry-javascript",

packages/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"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"
5454
},
5555
"peerDependencies": {
5656
"@cloudflare/workers-types": "^4.x"

0 commit comments

Comments
 (0)