-
-
Notifications
You must be signed in to change notification settings - Fork 284
refactor(log): make implementation consistent with metrics and span-first #3463
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 all commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
1a4b78b
Add TelemetryProcessor for span and log buffering
buenaflor 3897122
Remove SpanV2 and TraceLifecycle dependencies
buenaflor 2c617bb
Remove span-related tests from sentry_client_test
buenaflor 6ef8c3c
Remove span-related processor tests
buenaflor 3ca4c08
Remove span import from Flutter mocks
buenaflor 9b34042
Fix wiring up
buenaflor e0b564c
Update
buenaflor 6da49c8
Update
buenaflor 1b97198
Update CHANGELOG
buenaflor 82a4374
Update
buenaflor 1a48756
Update
buenaflor 1081ca3
Update
buenaflor ffd9fc7
Update
buenaflor b56a272
Update
buenaflor 586ae3d
Update
buenaflor 26d0577
Merge branch 'main' into feat/metrics
buenaflor 1f7ba8f
Merge branch 'main' into feat/metrics
buenaflor 33f991f
feat: integrate telemetry metrics into Sentry options and core functi…
buenaflor b6bff0d
feat: implement SentryMetrics with Default and NoOp implementations
buenaflor 95fb48d
Merge branch 'main' into feat/metrics
buenaflor 435917d
feat: enhance telemetry metrics with MetricCapturePipeline and defaul…
buenaflor 07b5051
Add more tests
buenaflor 875ca84
feat: enhance metric capturing and logging in MetricCapturePipeline a…
buenaflor b5eee19
feat: enhance Sentry attribute formatting and replay integration
buenaflor 61bb4bc
feat: include unit in DefaultSentryMetrics and update tests
buenaflor 5b55d0a
fix: update metric logging to use processed metrics
buenaflor 264f72b
Fix missing spec
buenaflor f49e371
Update CHANGELOG
buenaflor 5cfeba6
Add examples
buenaflor ee01dbb
Merge branch 'main' into feat/metrics
buenaflor fbfcc74
Update doc
buenaflor c7ca90c
Update doc
buenaflor 7f3b491
Update
buenaflor c4221aa
Update
buenaflor 2a553a2
Update docs
buenaflor ba9930c
Add support for 'trace_metric' category in RateLimitParser and corres…
buenaflor e3e55a5
Update comments
buenaflor e92efaf
Add SentryMetricUnit constants
buenaflor d530afc
Fix compilation
buenaflor eb2cad9
Fix analyze
buenaflor 3282f7a
Update
buenaflor 71e67b7
Refactor SentryMetrics handling in SentryOptions to use a private var…
buenaflor cd836b5
Refactor SentryMetrics in SentryOptions to use a late variable for im…
buenaflor 2648213
Add close
buenaflor 98f48fd
Add close test
buenaflor 756de8a
Refactor logging integration by replacing LogsEnricherIntegration wit…
buenaflor 1f2dc29
Enhance logging tests by adding timestamp verification and attribute …
buenaflor 25b0de7
Refactor SentryLog constructor to require traceId and adjust spanId i…
buenaflor 747259d
Update SentryMetrics initialization in SentryOptions to use a constan…
buenaflor 98bdb7a
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor 0919930
Refactor logger tests to improve readability by formatting logger.inf…
buenaflor 5055a7e
Remove deprecated test for LogsEnricherIntegration from load_contexts…
buenaflor d253868
Remove unused import for LogsEnricherIntegration in load_contexts_int…
buenaflor 6cc1513
Use unawaited
buenaflor f88caed
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor f83fc08
Update comment
buenaflor f8bb409
Update test
buenaflor b4f5115
Update test
buenaflor 7991bea
Update test
buenaflor ecc965e
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor bbf6e40
Merge branch 'ref/log-capture-pipeline' of github.com:getsentry/sentr…
buenaflor 8534d99
Remove logs enricher
buenaflor a2674f5
Update tests
buenaflor 6a658cb
Update tests
buenaflor a786f9f
Update tests
buenaflor e25645b
Update
buenaflor b70eee8
Update
buenaflor 7af466a
Update
buenaflor 005a601
Update mocks
buenaflor 647b792
Fix cursor review
buenaflor 4c73da9
Update
buenaflor 5a6123a
Update
buenaflor 86220bd
Update
buenaflor 7b61969
Update
buenaflor 8c29471
Update
buenaflor 58a9bf1
Update
buenaflor 6bb8e65
Update
buenaflor d74fbc8
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor 7dc6a2b
Update
buenaflor 813c902
Update
buenaflor 0980050
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor e554957
Use export barrel file
buenaflor e3b882b
Fix analyzer
buenaflor 0d6b55d
Fix review
buenaflor b1a8690
Fix asserts
buenaflor b12493b
Merge branch 'feat/metrics' into ref/log-capture-pipeline
buenaflor 87fd7a9
Merge branch 'main' into ref/log-capture-pipeline
buenaflor d2290ea
Fix analyze
buenaflor 4fbe493
Update CHANGELOG
buenaflor 36e26c0
Update test
buenaflor 4e9efad
Update test
buenaflor 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
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 was deleted.
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
This file was deleted.
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
Oops, something went wrong.
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.