Skip to content

Commit bd991eb

Browse files
authored
Merge branch 'main' into alwx/experiment/cirrus-labs
2 parents 1cb4e72 + c637fc7 commit bd991eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2417
-282
lines changed

.claude/settings.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(ls:*)",
5+
"Bash(pwd:*)",
6+
"Bash(file:*)",
7+
"Bash(stat:*)",
8+
"Bash(wc:*)",
9+
"Bash(head:*)",
10+
"Bash(tail:*)",
11+
"Bash(cat:*)",
12+
"Bash(tree:*)",
13+
"Bash(find:*)",
14+
"Bash(git status:*)",
15+
"Bash(git log:*)",
16+
"Bash(git diff:*)",
17+
"Bash(git show:*)",
18+
"Bash(git branch:*)",
19+
"Bash(git remote:*)",
20+
"Bash(git tag:*)",
21+
"Bash(git stash list:*)",
22+
"Bash(git rev-parse:*)",
23+
"Bash(git fetch:*)",
24+
"Bash(git ls-files:*)",
25+
"Bash(git blame:*)",
26+
"Bash(gh pr view:*)",
27+
"Bash(gh pr list:*)",
28+
"Bash(gh pr checks:*)",
29+
"Bash(gh pr diff:*)",
30+
"Bash(gh issue view:*)",
31+
"Bash(gh issue list:*)",
32+
"Bash(gh run view:*)",
33+
"Bash(gh run list:*)",
34+
"Bash(gh run logs:*)",
35+
"Bash(gh repo view:*)",
36+
"Bash(gh api:*)",
37+
"Bash(yarn --version:*)",
38+
"Bash(yarn install:*)",
39+
"Bash(yarn build:*)",
40+
"Bash(yarn test:*)",
41+
"Bash(yarn lint:*)",
42+
"Bash(yarn fix:*)",
43+
"Bash(npm --version:*)",
44+
"Bash(node --version:*)",
45+
"Bash(npx --version:*)",
46+
"Bash(npx expo prebuild)",
47+
"Bash(react-native --version:*)",
48+
"Bash(metro --version:*)",
49+
"Bash(jest --version:*)",
50+
"Bash(tsc --version:*)",
51+
"Bash(typescript --version:*)",
52+
"Bash(make --version:*)",
53+
"Bash(make -n:*)",
54+
"Bash(make help:*)",
55+
"Bash(xcodebuild -version:*)",
56+
"Bash(xcodebuild -showsdks:*)",
57+
"Bash(xcodebuild -list:*)",
58+
"Bash(xcrun --version:*)",
59+
"Bash(xcrun --find:*)",
60+
"Bash(xcrun --show-sdk-path:*)",
61+
"Bash(swift --version:*)",
62+
"Bash(swiftc --version:*)",
63+
"Bash(pod --version:*)",
64+
"Bash(pod list:*)",
65+
"Bash(pod search:*)",
66+
"Bash(ruby --version:*)",
67+
"Bash(bundle --version:*)",
68+
"Bash(bundle list:*)",
69+
"Bash(bundle info:*)",
70+
"Bash(bundle show:*)",
71+
"Bash(swiftlint version:*)",
72+
"Bash(python --version:*)",
73+
"Bash(python3 --version:*)",
74+
"Bash(clang-format --version:*)",
75+
"Bash(rbenv --version:*)",
76+
"Bash(rbenv versions:*)",
77+
"Bash(brew --version:*)",
78+
"Bash(brew list:*)",
79+
"Bash(brew info:*)",
80+
"Bash(fastlane --version:*)",
81+
"Bash(slather version:*)",
82+
"Bash(carthage version:*)",
83+
"Bash(./gradlew --version:*)",
84+
"Bash(./gradlew tasks:*)",
85+
"Bash(./gradlew assembleRelease)",
86+
"Bash(gradle --version:*)",
87+
"Bash(java -version:*)",
88+
"Bash(javac -version:*)",
89+
"Bash(kotlinc -version:*)",
90+
"Bash(ktlint --version:*)",
91+
"Bash(lerna --version:*)",
92+
"Bash(lerna list:*)",
93+
"Bash(lerna changed:*)",
94+
"Skill(sentry-skills:code-review)",
95+
"Skill(sentry-skills:find-bugs)",
96+
"Skill(sentry-skills:deslop)",
97+
"Skill(sentry-skills:iterate-pr)",
98+
"Skill(sentry-skills:claude-settings-audit)",
99+
"Skill(sentry-skills:agents-md)",
100+
"WebFetch(domain:docs.sentry.io)",
101+
"WebFetch(domain:develop.sentry.dev)",
102+
"WebFetch(domain:docs.github.com)",
103+
"WebFetch(domain:cli.github.com)",
104+
"WebFetch(domain:developer.apple.com)",
105+
"WebFetch(domain:swift.org)",
106+
"WebFetch(domain:cocoapods.org)",
107+
"WebFetch(domain:guides.cocoapods.org)",
108+
"WebFetch(domain:reactnative.dev)",
109+
"WebFetch(domain:expo.dev)",
110+
"WebFetch(domain:nodejs.org)",
111+
"WebFetch(domain:typescriptlang.org)"
112+
],
113+
"deny": []
114+
}
115+
}

.github/workflows/buildandtest.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
needs: [diff_check]
2323
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626
- run: npm i -g corepack
27-
- uses: actions/setup-node@v6
27+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2828
with:
2929
package-manager-cache: false
3030
node-version: 18
@@ -41,9 +41,9 @@ jobs:
4141
needs: [diff_check]
4242
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545
- run: npm i -g corepack
46-
- uses: actions/setup-node@v6
46+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
4747
with:
4848
package-manager-cache: false
4949
node-version: 18
@@ -87,9 +87,9 @@ jobs:
8787
needs: [diff_check]
8888
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
8989
steps:
90-
- uses: actions/checkout@v6
90+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9191
- run: npm i -g corepack
92-
- uses: actions/setup-node@v6
92+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
9393
with:
9494
package-manager-cache: false
9595
node-version: 18
@@ -111,9 +111,9 @@ jobs:
111111
needs: [diff_check]
112112
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
113113
steps:
114-
- uses: actions/checkout@v6
114+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
115115
- run: npm i -g corepack
116-
- uses: actions/setup-node@v6
116+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
117117
with:
118118
package-manager-cache: false
119119
node-version: 18
@@ -155,9 +155,9 @@ jobs:
155155
env:
156156
YARN_ENABLE_IMMUTABLE_INSTALLS: false
157157
steps:
158-
- uses: actions/checkout@v6
158+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
159159
- run: npm i -g corepack
160-
- uses: actions/setup-node@v6
160+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
161161
with:
162162
package-manager-cache: false
163163
node-version: 18
@@ -186,9 +186,9 @@ jobs:
186186
needs: [job_build, diff_check]
187187
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
188188
steps:
189-
- uses: actions/checkout@v6
189+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
190190
- run: npm i -g corepack
191-
- uses: actions/setup-node@v6
191+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
192192
with:
193193
package-manager-cache: false
194194
node-version: 18
@@ -221,9 +221,9 @@ jobs:
221221
platform: ['ios', 'android']
222222
dev: [true, false]
223223
steps:
224-
- uses: actions/checkout@v6
224+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
225225
- run: npm i -g corepack
226-
- uses: actions/setup-node@v6
226+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
227227
with:
228228
package-manager-cache: false
229229
node-version: 18
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Changelog Preview
2+
on:
3+
pull_request_target:
4+
types:
5+
- opened
6+
- synchronize
7+
- reopened
8+
- edited
9+
- labeled
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
statuses: write
14+
15+
jobs:
16+
changelog-preview:
17+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # V2
18+
secrets: inherit

.github/workflows/changes-in-high-risk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
high_risk_code: ${{ steps.changes.outputs.high_risk_code }}
1717
high_risk_code_files: ${{ steps.changes.outputs.high_risk_code_files }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
- name: Get changed files
2121
id: changes
2222
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

.github/workflows/codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
--outputPath codegen \
3737
--targetPlatform ios
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
- run: npm i -g corepack
41-
- uses: actions/setup-node@v6
41+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
4242
with:
4343
package-manager-cache: false
4444
node-version: 18

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # pin@v4.31.9
47+
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # pin@v4.31.9
58+
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # pin@v4.31.9
69+
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11

.github/workflows/e2e-v2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
18-
MAESTRO_VERSION: '2.0.10'
18+
MAESTRO_VERSION: '2.1.0'
1919
IOS_DEVICE: 'iPhone 17'
2020
IOS_VERSION: '>=18.0'
2121

@@ -55,13 +55,13 @@ jobs:
5555
name: Android
5656
appPlain: performance-tests/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk
5757
steps:
58-
- uses: actions/checkout@v6
58+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5959

6060
- uses: ./.github/actions/disk-cleanup
6161
if: ${{ matrix.platform == 'android' }}
6262

6363
- run: npm i -g corepack
64-
- uses: actions/setup-node@v6
64+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6565
with:
6666
package-manager-cache: false
6767
node-version: 20
@@ -221,7 +221,7 @@ jobs:
221221
ios-use-frameworks: 'dynamic'
222222

223223
steps:
224-
- uses: actions/checkout@v6
224+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
225225

226226
- uses: ./.github/actions/disk-cleanup
227227
if: ${{ matrix.platform == 'android' }}
@@ -242,7 +242,7 @@ jobs:
242242
echo "SENTRY_DIST=$SENTRY_DIST"
243243
244244
- run: npm i -g corepack
245-
- uses: actions/setup-node@v6
245+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
246246
with:
247247
package-manager-cache: false
248248
node-version: 20
@@ -319,7 +319,7 @@ jobs:
319319
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]
320320

321321
steps:
322-
- uses: actions/checkout@v6
322+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
323323

324324
- name: Install Maestro
325325
uses: dniHze/maestro-test-action@bda8a93211c86d0a05b7a4597c5ad134566fbde4 # pin@v1.0.0
@@ -346,7 +346,7 @@ jobs:
346346

347347
- name: Enable Corepack
348348
run: npm i -g corepack
349-
- uses: actions/setup-node@v6
349+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
350350
with:
351351
package-manager-cache: false
352352
node-version: 20

.github/workflows/native-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
needs: [diff_check]
3232
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Enable Corepack
3737
run: npm i -g corepack
38-
- uses: actions/setup-node@v6
38+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3939
with:
4040
package-manager-cache: false
4141
node-version: 18
@@ -69,7 +69,7 @@ jobs:
6969
needs: [diff_check]
7070
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7373

7474
- uses: ./.github/actions/disk-cleanup
7575

0 commit comments

Comments
 (0)