Add support for measurements at span level#3219
Merged
Merged
Conversation
spans forward measurements to transaction
Contributor
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Add support for measurements at span level ([#3219](https://github.com/getsentry/sentry-java/pull/3219))If none of the above apply, you can opt out of this check by adding |
stefanosiano
marked this pull request as ready for review
February 22, 2024 14:14
stefanosiano
requested review from
adinauer,
markushi and
romtsn
as code owners
February 22, 2024 14:14
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 0810952 | 364.51 ms | 468.08 ms | 103.57 ms |
| 2fad834 | 390.07 ms | 470.80 ms | 80.73 ms |
| 2465853 | 422.61 ms | 491.20 ms | 68.58 ms |
| 8ff8fd0 | 432.77 ms | 495.18 ms | 62.41 ms |
| 2465853 | 400.64 ms | 465.47 ms | 64.83 ms |
| 5e04ee8 | 365.26 ms | 448.49 ms | 83.23 ms |
| c554ca2 | 368.52 ms | 430.74 ms | 62.22 ms |
| 4e29063 | 384.14 ms | 447.74 ms | 63.60 ms |
| 0404ea3 | 394.73 ms | 461.79 ms | 67.06 ms |
| 0404ea3 | 332.47 ms | 401.12 ms | 68.66 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 0810952 | 1.72 MiB | 2.27 MiB | 558.21 KiB |
| 2fad834 | 1.72 MiB | 2.29 MiB | 577.53 KiB |
| 2465853 | 1.70 MiB | 2.27 MiB | 583.82 KiB |
| 8ff8fd0 | 1.72 MiB | 2.27 MiB | 558.15 KiB |
| 2465853 | 1.70 MiB | 2.27 MiB | 583.82 KiB |
| 5e04ee8 | 1.70 MiB | 2.27 MiB | 584.64 KiB |
| c554ca2 | 1.70 MiB | 2.27 MiB | 582.25 KiB |
| 4e29063 | 1.72 MiB | 2.29 MiB | 578.38 KiB |
| 0404ea3 | 1.72 MiB | 2.29 MiB | 577.52 KiB |
| 0404ea3 | 1.72 MiB | 2.29 MiB | 577.52 KiB |
markushi
reviewed
Feb 22, 2024
romtsn
reviewed
Feb 23, 2024
romtsn
reviewed
Feb 23, 2024
# Conflicts: # CHANGELOG.md # sentry-android-core/src/main/java/io/sentry/android/core/PerformanceAndroidEventProcessor.java
…g measurements when coming from the children
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
spans forward measurements to transaction
📜 Description
added measurements to spans
spans forward measurements to transaction
Example transaction
💡 Motivation and Context
Fixes #3180
💚 How did you test it?
Unit tests
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps