-
Notifications
You must be signed in to change notification settings - Fork 104
feat(eap): Produce logs to the items topic #4707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 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 3e2b852
Vendor sentry_protos
phacops 5332d1c
Gate sentry_protos dependency behind the processing feature
phacops d5ddc89
Use the proper enum value
phacops a401c2f
Do not use the macro
phacops 697763a
Serialize in the function and return the raw bytes in serialize()
phacops 74e809d
Read the items portion of the config
phacops 1be1453
Generate proper types for Protobuf schema validation
phacops 9a779f8
Remove vendored in favor of installing protoc
phacops 8d21e2b
Enable type_generation for sentry-kafka-schemas
phacops d57223f
Install protoc to all workflows needing it
phacops a4dbeb8
Add missing workflows
phacops ad27999
Add a CHANGELOG entry
phacops 095c26f
Fix some tests
phacops 90462cc
Revert "Add missing workflows"
phacops f53c73a
Revert "Install protoc to all workflows needing it"
phacops dd26cab
Upgrade sentry_protos and sentry-kafka-schemas so we don't need protoc
phacops 08c7886
Fix tests
phacops d78d272
Move some logic to the normalization
phacops 57761af
Fix normalization tests
phacops 86ca4aa
Fix one more test
phacops c9fe378
Remove another installation of protoc in CI
phacops 1e3e6ac
Order crates alphabetically and remove types_generation feature
phacops 6dc69a6
Use to_owned() instead of to_string()
phacops 387b59f
Disable default features again now the crate is fixed
phacops 02f7c1a
Really disable default features for sentry-kafka-schemas
phacops cf2475b
Can't make it with less default features than this
phacops abc0f44
Remove Serialization trait for logs
phacops 79ed892
Move Protobuf encoding to serialize
phacops b7eb2b6
Use to_owned() instead of to_string() where we can
phacops b00ab99
Remove nanoseconds from this timestamp
phacops ba2fdeb
Remove other and add back sentry.timestamp_precise
phacops 0d25ca7
Fix tests
phacops 33ae11f
Fix integration tests
phacops 5633637
Update snapshots
phacops b90d31b
Add a better comment on why we replace the item_id
phacops 1cda6e9
Fix linting
phacops File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.