Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0aa91e4
feat(eap): Produce logs to the items topic
phacops May 6, 2025
3e2b852
Vendor sentry_protos
phacops May 6, 2025
5332d1c
Gate sentry_protos dependency behind the processing feature
phacops May 6, 2025
d5ddc89
Use the proper enum value
phacops May 6, 2025
a401c2f
Do not use the macro
phacops May 6, 2025
697763a
Serialize in the function and return the raw bytes in serialize()
phacops May 6, 2025
74e809d
Read the items portion of the config
phacops May 6, 2025
1be1453
Generate proper types for Protobuf schema validation
phacops May 6, 2025
9a779f8
Remove vendored in favor of installing protoc
phacops May 6, 2025
8d21e2b
Enable type_generation for sentry-kafka-schemas
phacops May 6, 2025
d57223f
Install protoc to all workflows needing it
phacops May 6, 2025
a4dbeb8
Add missing workflows
phacops May 6, 2025
ad27999
Add a CHANGELOG entry
phacops May 6, 2025
095c26f
Fix some tests
phacops May 6, 2025
90462cc
Revert "Add missing workflows"
phacops May 7, 2025
f53c73a
Revert "Install protoc to all workflows needing it"
phacops May 7, 2025
dd26cab
Upgrade sentry_protos and sentry-kafka-schemas so we don't need protoc
phacops May 7, 2025
08c7886
Fix tests
phacops May 7, 2025
d78d272
Move some logic to the normalization
phacops May 7, 2025
57761af
Fix normalization tests
phacops May 7, 2025
86ca4aa
Fix one more test
phacops May 8, 2025
c9fe378
Remove another installation of protoc in CI
phacops May 8, 2025
1e3e6ac
Order crates alphabetically and remove types_generation feature
phacops May 8, 2025
6dc69a6
Use to_owned() instead of to_string()
phacops May 8, 2025
387b59f
Disable default features again now the crate is fixed
phacops May 8, 2025
02f7c1a
Really disable default features for sentry-kafka-schemas
phacops May 8, 2025
cf2475b
Can't make it with less default features than this
phacops May 8, 2025
abc0f44
Remove Serialization trait for logs
phacops May 8, 2025
79ed892
Move Protobuf encoding to serialize
phacops May 8, 2025
b7eb2b6
Use to_owned() instead of to_string() where we can
phacops May 8, 2025
b00ab99
Remove nanoseconds from this timestamp
phacops May 8, 2025
ba2fdeb
Remove other and add back sentry.timestamp_precise
phacops May 8, 2025
0d25ca7
Fix tests
phacops May 8, 2025
33ae11f
Fix integration tests
phacops May 9, 2025
5633637
Update snapshots
phacops May 9, 2025
b90d31b
Add a better comment on why we replace the item_id
phacops May 9, 2025
1cda6e9
Fix linting
phacops May 9, 2025
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
20 changes: 20 additions & 0 deletions .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
apt-get update
apt-get install -y --no-install-recommends git ca-certificates gcc libc6-dev curl make zip

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -64,6 +69,11 @@ jobs:
with:
submodules: recursive

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update

Expand Down Expand Up @@ -96,6 +106,11 @@ jobs:
with:
submodules: recursive

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update

Expand Down Expand Up @@ -127,6 +142,11 @@ jobs:
with:
submodules: recursive

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update

Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -63,6 +68,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -113,6 +123,11 @@ jobs:
with:
submodules: recursive

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update

Expand Down Expand Up @@ -152,6 +167,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -280,6 +300,11 @@ jobs:
with:
submodules: recursive

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: dtolnay/rust-toolchain@stable
- uses: swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -708,6 +733,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- Remove threads with 1 non-idle sample in profiling chunks. ([#4694](https://github.com/getsentry/relay/pull/4694))
- Migrate all Rust workspace crates to edition 2024. ([#4705](https://github.com/getsentry/relay/pull/4705))
- Produce logs to the items topic. ([#4707](https://github.com/getsentry/relay/pull/4707))

## 25.4.0

Expand Down
Loading
Loading