Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
env:
SENTRY_AUTH_TOKEN: ${{ secrets.sentry_auth_token }}
run: |
SENTRY_CMD="yarn run sentry-cli releases --org hypothesis --project client"
$SENTRY_CMD new $STAGING_VERSION
$SENTRY_CMD files $STAGING_VERSION upload-sourcemaps --url-prefix $CDN_URL/$STAGING_VERSION/build/scripts/ build/scripts
$SENTRY_CMD finalize $STAGING_VERSION
SENTRY_CMD="yarn run sentry-cli --org hypothesis --project client"
$SENTRY_CMD releases new $STAGING_VERSION
$SENTRY_CMD sourcemaps upload --release $STAGING_VERSION --url-prefix $CDN_URL/$STAGING_VERSION/build/scripts/ build/scripts
$SENTRY_CMD releases finalize $STAGING_VERSION
- name: Deploy to S3
run: scripts/deploy-to-s3.js --bucket ${{ env.S3_BUCKET }} --tag staging --no-cache-entry

Expand Down Expand Up @@ -119,10 +119,10 @@ jobs:
env:
SENTRY_AUTH_TOKEN: ${{ secrets.sentry_auth_token }}
run: |
SENTRY_CMD="yarn run sentry-cli releases --org hypothesis --project client"
$SENTRY_CMD new $NEW_VERSION
$SENTRY_CMD files $NEW_VERSION upload-sourcemaps --url-prefix $CDN_URL/$NEW_VERSION/build/scripts/ build/scripts
$SENTRY_CMD finalize $NEW_VERSION
SENTRY_CMD="yarn run sentry-cli --org hypothesis --project client"
$SENTRY_CMD releases new $NEW_VERSION
$SENTRY_CMD sourcemaps upload --release $NEW_VERSION --url-prefix $CDN_URL/$NEW_VERSION/build/scripts/ build/scripts
$SENTRY_CMD releases finalize $NEW_VERSION
- name: Create GitHub release
run: scripts/create-github-release.js v$NEW_VERSION
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-virtual": "^3.0.0",
"@sentry/browser": "^10.5.0",
"@sentry/cli": "^2.0.2",
"@sentry/cli": "^3.4.1",
"@tailwindcss/postcss": "^4.1.13",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/chai": "^5.0.0",
Expand Down
192 changes: 80 additions & 112 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3889,129 +3889,128 @@ __metadata:
languageName: node
linkType: hard

"@sentry-internal/browser-utils@npm:10.29.0":
version: 10.29.0
resolution: "@sentry-internal/browser-utils@npm:10.29.0"
"@sentry-internal/browser-utils@npm:10.51.0":
version: 10.51.0
resolution: "@sentry-internal/browser-utils@npm:10.51.0"
dependencies:
"@sentry/core": 10.29.0
checksum: ae0600188d8908af511ad26b1c13061e7e530823b37cdab3792a7041f993ff11c9988e33d92578399ef6cebae2fa4958c23453c6eb1b3481600db0467905c933
"@sentry/core": 10.51.0
checksum: 1b79accab4f4d768ac3aa7c52f33f3fe7a67907bd352a8d7c1df5bffa231b6a58d9813acbdd2608945f21197d767386831de0eee80db5c5fd04bd960dc770c31
languageName: node
linkType: hard

"@sentry-internal/feedback@npm:10.29.0":
version: 10.29.0
resolution: "@sentry-internal/feedback@npm:10.29.0"
"@sentry-internal/feedback@npm:10.51.0":
version: 10.51.0
resolution: "@sentry-internal/feedback@npm:10.51.0"
dependencies:
"@sentry/core": 10.29.0
checksum: 14c386e12b9c96d049d17deffc676dc329da16a94e88c3b6776836c8e007ba2e930e33923c63b4c9764033e230e34cfec4cf0461a7dd6264e1950b3b17a0de0e
"@sentry/core": 10.51.0
checksum: 2cc513c8361f9e13970ca3c5aef5a6c198399063177cd963ee950841b75952c60622bd43b1091e09e9b5c8ee774cb29094083c94409b88a85aba865ec5121696
languageName: node
linkType: hard

"@sentry-internal/replay-canvas@npm:10.29.0":
version: 10.29.0
resolution: "@sentry-internal/replay-canvas@npm:10.29.0"
"@sentry-internal/replay-canvas@npm:10.51.0":
version: 10.51.0
resolution: "@sentry-internal/replay-canvas@npm:10.51.0"
dependencies:
"@sentry-internal/replay": 10.29.0
"@sentry/core": 10.29.0
checksum: f76b617f5c49b809b6cdb31275ced2fb89f219e31e9ee858a06550d0a8b96fd8a02d36e320998a9b8dadc6a2d829d397beb97ac2176be2ae1773883a81561c0c
"@sentry-internal/replay": 10.51.0
"@sentry/core": 10.51.0
checksum: 5a88120d0749f32a12fce69d64e0ae4f1391e7aa67ececdff92e06a97b05642b97bc1f6e56a1507c767bafa4d7dd42eec56f668e4b2d7daf0ea16aeeca93291f
languageName: node
linkType: hard

"@sentry-internal/replay@npm:10.29.0":
version: 10.29.0
resolution: "@sentry-internal/replay@npm:10.29.0"
"@sentry-internal/replay@npm:10.51.0":
version: 10.51.0
resolution: "@sentry-internal/replay@npm:10.51.0"
dependencies:
"@sentry-internal/browser-utils": 10.29.0
"@sentry/core": 10.29.0
checksum: 75dd875709a96bb15a0818d7251766531dba50a3c8d3a8596822105d4ffdfc50ee52bc833b3b02dd5f4d07e2e87bd78dd8d8b4fead09bd42c945f9682d89e4ae
"@sentry-internal/browser-utils": 10.51.0
"@sentry/core": 10.51.0
checksum: 01c1405e1e83d45fcf5aa15525b1e5764d1911c26d188bc4a81282c6024a4a468fcf2849df78dd9830e105fa0dc8b8afac4ecf2c020a8894a2c348e8fb76dcab
languageName: node
linkType: hard

"@sentry/browser@npm:^10.5.0":
version: 10.29.0
resolution: "@sentry/browser@npm:10.29.0"
version: 10.51.0
resolution: "@sentry/browser@npm:10.51.0"
dependencies:
"@sentry-internal/browser-utils": 10.29.0
"@sentry-internal/feedback": 10.29.0
"@sentry-internal/replay": 10.29.0
"@sentry-internal/replay-canvas": 10.29.0
"@sentry/core": 10.29.0
checksum: dde4c28463b3fb8e26a893b3303cdf1c892d2f4e2ab06617df1dcf9a9f30edf5f7f6b6416475e1816cd1e76a475debdfbed94e4f292414c3ff661d4d9b77f7de
"@sentry-internal/browser-utils": 10.51.0
"@sentry-internal/feedback": 10.51.0
"@sentry-internal/replay": 10.51.0
"@sentry-internal/replay-canvas": 10.51.0
"@sentry/core": 10.51.0
checksum: cc32de1de9ebff181c1fda49423b70b665e0db39d2074a1629fcfab7f94410e68747eb7143c4b731ec02fbf9cad35b59b37da2471581f0ac6a39d7e39b723412
languageName: node
linkType: hard

"@sentry/cli-darwin@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-darwin@npm:2.58.2"
"@sentry/cli-darwin@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-darwin@npm:3.4.1"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-linux-arm64@npm:2.58.2"
"@sentry/cli-linux-arm64@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-linux-arm64@npm:3.4.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-linux-arm@npm:2.58.2"
"@sentry/cli-linux-arm@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-linux-arm@npm:3.4.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-linux-i686@npm:2.58.2"
"@sentry/cli-linux-i686@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-linux-i686@npm:3.4.1"
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-linux-x64@npm:2.58.2"
"@sentry/cli-linux-x64@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-linux-x64@npm:3.4.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-arm64@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-win32-arm64@npm:2.58.2"
"@sentry/cli-win32-arm64@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-win32-arm64@npm:3.4.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-win32-i686@npm:2.58.2"
"@sentry/cli-win32-i686@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-win32-i686@npm:3.4.1"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.58.2":
version: 2.58.2
resolution: "@sentry/cli-win32-x64@npm:2.58.2"
"@sentry/cli-win32-x64@npm:3.4.1":
version: 3.4.1
resolution: "@sentry/cli-win32-x64@npm:3.4.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:^2.0.2":
version: 2.58.2
resolution: "@sentry/cli@npm:2.58.2"
dependencies:
"@sentry/cli-darwin": 2.58.2
"@sentry/cli-linux-arm": 2.58.2
"@sentry/cli-linux-arm64": 2.58.2
"@sentry/cli-linux-i686": 2.58.2
"@sentry/cli-linux-x64": 2.58.2
"@sentry/cli-win32-arm64": 2.58.2
"@sentry/cli-win32-i686": 2.58.2
"@sentry/cli-win32-x64": 2.58.2
https-proxy-agent: ^5.0.0
node-fetch: ^2.6.7
"@sentry/cli@npm:^3.4.1":
version: 3.4.1
resolution: "@sentry/cli@npm:3.4.1"
dependencies:
"@sentry/cli-darwin": 3.4.1
"@sentry/cli-linux-arm": 3.4.1
"@sentry/cli-linux-arm64": 3.4.1
"@sentry/cli-linux-i686": 3.4.1
"@sentry/cli-linux-x64": 3.4.1
"@sentry/cli-win32-arm64": 3.4.1
"@sentry/cli-win32-i686": 3.4.1
"@sentry/cli-win32-x64": 3.4.1
progress: ^2.0.3
proxy-from-env: ^1.1.0
undici: ^6.22.0
which: ^2.0.2
dependenciesMeta:
"@sentry/cli-darwin":
Expand All @@ -4032,14 +4031,14 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: e6d24d7ca06b850d52ad870301414aaa8378167cdfcac0a813d99b43d6d95180faf68955ab2e836a8ce06a064d68aa7758882937dedba10f52c4a11d4652b037
checksum: b80b2814d262dc13fbc49c503bfa9b9e4085f0d30ebf08f2946f158e6dd6780960489d61c181baeb7508d80d4a59aaa75da536a68161563d183b9b042b851892
languageName: node
linkType: hard

"@sentry/core@npm:10.29.0":
version: 10.29.0
resolution: "@sentry/core@npm:10.29.0"
checksum: ce917b6124aec85e7ad1a00f87682d90b8af1773416137339f8562f12f79a6aa0efe205058619b903e497fd0e7c12f7c7070f26cdb23201f2d2d5a67d2ad14b6
"@sentry/core@npm:10.51.0":
version: 10.51.0
resolution: "@sentry/core@npm:10.51.0"
checksum: daa2903db36743afc0b238b2a5e4c2d2483499ef4876057a18a73a6fe632824e56bfae2d8a4664759d474a008652bf466024978e08de2597feb10a4374ec099d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8700,7 +8699,7 @@ __metadata:
"@rollup/plugin-terser": ^0.4.0
"@rollup/plugin-virtual": ^3.0.0
"@sentry/browser": ^10.5.0
"@sentry/cli": ^2.0.2
"@sentry/cli": ^3.4.1
"@tailwindcss/postcss": ^4.1.13
"@trivago/prettier-plugin-sort-imports": ^6.0.0
"@types/chai": ^5.0.0
Expand Down Expand Up @@ -10322,20 +10321,6 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.6.7":
version: 2.6.7
resolution: "node-fetch@npm:2.6.7"
dependencies:
whatwg-url: ^5.0.0
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
encoding:
optional: true
checksum: 8d816ffd1ee22cab8301c7756ef04f3437f18dace86a1dae22cf81db8ef29c0bf6655f3215cb0cdb22b420b6fe141e64b26905e7f33f9377a7fa59135ea3e10b
languageName: node
linkType: hard

"node-gyp@npm:^10.0.0":
version: 10.0.1
resolution: "node-gyp@npm:10.0.1"
Expand Down Expand Up @@ -12770,13 +12755,6 @@ __metadata:
languageName: node
linkType: hard

"tr46@npm:~0.0.3":
version: 0.0.3
resolution: "tr46@npm:0.0.3"
checksum: 726321c5eaf41b5002e17ffbd1fb7245999a073e8979085dacd47c4b4e8068ff5777142fc6726d6ca1fd2ff16921b48788b87225cbc57c72636f6efa8efbffe3
languageName: node
linkType: hard

"treeverse@npm:^3.0.0":
version: 3.0.0
resolution: "treeverse@npm:3.0.0"
Expand Down Expand Up @@ -12996,6 +12974,13 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^6.22.0":
version: 6.25.0
resolution: "undici@npm:6.25.0"
checksum: aed372e1b0f16045696c878e46b03e97dfd1c6dd650fb2355d48adeecc730c990ab15ab2de5a5855dbfe04c9af403a3d4f702234d3e25e72c475d1fb3a72fcfe
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down Expand Up @@ -13351,23 +13336,6 @@ __metadata:
languageName: node
linkType: hard

"webidl-conversions@npm:^3.0.0":
version: 3.0.1
resolution: "webidl-conversions@npm:3.0.1"
checksum: c92a0a6ab95314bde9c32e1d0a6dfac83b578f8fa5f21e675bc2706ed6981bc26b7eb7e6a1fab158e5ce4adf9caa4a0aee49a52505d4d13c7be545f15021b17c
languageName: node
linkType: hard

"whatwg-url@npm:^5.0.0":
version: 5.0.0
resolution: "whatwg-url@npm:5.0.0"
dependencies:
tr46: ~0.0.3
webidl-conversions: ^3.0.0
checksum: b8daed4ad3356cc4899048a15b2c143a9aed0dfae1f611ebd55073310c7b910f522ad75d727346ad64203d7e6c79ef25eafd465f4d12775ca44b90fa82ed9e2c
languageName: node
linkType: hard

"which-boxed-primitive@npm:^1.1.0, which-boxed-primitive@npm:^1.1.1":
version: 1.1.1
resolution: "which-boxed-primitive@npm:1.1.1"
Expand Down
Loading