Skip to content

Commit 00c65d0

Browse files
Merge branch 'master' into webb/add-server-name
2 parents ed3fc20 + 7bf1d6e commit 00c65d0

83 files changed

Lines changed: 11239 additions & 6826 deletions

File tree

Some content is hidden

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

.claude/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@
3030
"Bash(mv:*)",
3131
"Bash(source .venv/bin/activate)",
3232
"Bash(source tox.venv/bin/activate:*)",
33+
"Bash(source .tox/*/bin/activate:*)",
3334
"Bash(tox:*)",
3435
"Bash(tox.venv/bin/tox:*)",
3536
"Bash(.tox/*/bin/python:*)",
3637
"Bash(.tox/*/bin/pytest:*)",
37-
"Bash(.tox/*/bin/ruff:*)"
38+
"Bash(.tox/*/bin/ruff:*)",
39+
"Bash(ruff format:*)",
40+
"Bash(ruff check:*)",
41+
"Bash(mypy:*)"
3842
],
3943
"deny": []
4044
}

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.jsonl -diff linguist-generated=true

.github/workflows/ai-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Run Python SDK Tests
37-
uses: getsentry/testing-ai-sdk-integrations@1668d0ee106d1ac7cab0bb2e5bafa20eb0fddfa4
37+
uses: getsentry/testing-ai-sdk-integrations@d7e581bcf00d5d60f231a96dfa8218479b7618af
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
changelog-preview:
18-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@bc2e6a9952e62250e5469d5a853a7a438692ccc1 # v2
18+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@3e6a0f477702864bb5854384b390a0db3325428e # v2
1919
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ steps.token.outputs.token }}
3232
fetch-depth: 0
3333
- name: Prepare release
34-
uses: getsentry/craft@bc2e6a9952e62250e5469d5a853a7a438692ccc1 # v2.26.5
34+
uses: getsentry/craft@3e6a0f477702864bb5854384b390a0db3325428e # v2.26.6
3535
env:
3636
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3737
with:

.github/workflows/test-integrations-agents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Parse and Upload Coverage
7676
if: ${{ !cancelled() }}
77-
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
77+
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
7878
with:
7979
token: ${{ secrets.GITHUB_TOKEN }}
8080
files: coverage.xml

.github/workflows/test-integrations-ai-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage xml
7979
- name: Parse and Upload Coverage
8080
if: ${{ !cancelled() }}
81-
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
81+
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
files: coverage.xml

.github/workflows/test-integrations-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
coverage xml
9595
- name: Parse and Upload Coverage
9696
if: ${{ !cancelled() }}
97-
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
97+
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
9898
with:
9999
token: ${{ secrets.GITHUB_TOKEN }}
100100
files: coverage.xml

.github/workflows/test-integrations-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
coverage xml
9191
- name: Parse and Upload Coverage
9292
if: ${{ !cancelled() }}
93-
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
93+
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
9494
with:
9595
token: ${{ secrets.GITHUB_TOKEN }}
9696
files: coverage.xml

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
coverage xml
7171
- name: Parse and Upload Coverage
7272
if: ${{ !cancelled() }}
73-
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
73+
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
7474
with:
7575
token: ${{ secrets.GITHUB_TOKEN }}
7676
files: coverage.xml

0 commit comments

Comments
 (0)