-
-
Notifications
You must be signed in to change notification settings - Fork 475
feat(extend-app-start): [3/4] Eagerly create the extended app start transaction #5608
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
buenaflor
merged 69 commits into
feat/extend-app-start
from
feat/app-start-extension-materialize
Jul 6, 2026
+570
โ27
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
7a7d63f
feat(extend-app-start): Add IAppStartExtender bridge and SentryOptionโฆ
buenaflor 313fff1
chore(extend-app-start): Annotate NoOpAppStartExtender internal and fโฆ
buenaflor 540931a
refactor(extend-app-start): Rename finishAppStart to finishExtendedApโฆ
buenaflor 7dfe617
feat(extend-app-start): Extract AppStartExtension component for the Aโฆ
buenaflor 4d0c97d
refactor(extend-app-start): Inject logger into AppStartExtension instโฆ
buenaflor b5ac7f5
refactor(extend-app-start): Return ExtendedAppStart from the listenerโฆ
buenaflor 81efded
chore(extend-app-start): Remove redundant comments and rename reset tโฆ
buenaflor 3cc743e
refactor(extend-app-start): Inline the logger lookup instead of injecโฆ
buenaflor 1dafb9b
chore(extend-app-start): Drop the class and listener javadocs on AppSโฆ
buenaflor 8548b4d
chore(extend-app-start): Trim finishTransaction/getExtendedEndTime coโฆ
buenaflor 01b1dc4
refactor(extend-app-start): Rename AppStartExtension.finishAppStart tโฆ
buenaflor d996425
feat(extend-app-start): Eagerly create the extended App Start transacโฆ
buenaflor 51e4969
chore(extend-app-start): Drop the redundant foreground-check comment โฆ
buenaflor 4c1f0d7
test(extend-app-start): Replace the no-op finish test with isExtendedโฆ
buenaflor 48bb3a1
test(extend-app-start): Drop the no-value getAppStartExtension test aโฆ
buenaflor 05a9df2
chore(extend-app-start): Drop the redundant foreground-check comment โฆ
buenaflor 5830303
test(extend-app-start): Drop the no-value getAppStartExtension test aโฆ
buenaflor ec4da6c
test(extend-app-start): Drop the no-op finishExtendedAppStart test
buenaflor 9fa64fd
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 38f83e1
chore(extend-app-start): Trim and de-duplicate comments in the eager โฆ
buenaflor 55decba
chore(extend-app-start): Clarify the extensionActive comment
buenaflor d2c16a2
fix(extend-app-start): Read the extended span finish date, not its fiโฆ
buenaflor f0a85b0
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor b6dd76e
fix(extend-app-start): End the extended transaction at the extended sโฆ
buenaflor 66cd87d
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 571416e
ref(extend-app-start): Rename extended app start span op to app.startโฆ
buenaflor ff8c056
fix(extend-app-start): Guard extendAppStartListener with the lock
buenaflor b4f34ce
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 1eb12d5
fix(extend-app-start): Fix headless app start end time and duplicate txn
buenaflor b5bf4ec
style(extend-app-start): Trim low-value comments in the headless fix
buenaflor bb88dad
style(extend-app-start): Drop redundant extend-listener comment
buenaflor 85e23d8
style(extend-app-start): Trim redundant comments in onActivityCreated
buenaflor f2d1c34
style(extend-app-start): Remove explanatory comments in app start paths
buenaflor d2df48b
fix(extend-app-start): Consume stored app start trace on the extensioโฆ
buenaflor 142a9d2
fix(extend-app-start): Only the launch activity attaches the app starโฆ
buenaflor dd7b3e0
Format code
getsentry-bot e26ee97
style(extend-app-start): Trim verbose finishTransaction comment
buenaflor b7da10f
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 0de722b
style(extend-app-start): Trim verbose comments in app start paths
buenaflor c2cdb14
Merge remote-tracking branch 'origin/feat/app-start-extension-materiaโฆ
buenaflor 83e2058
fix(extend-app-start): Read finish date in getExtendedAppStartSpan
buenaflor 2a02616
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 53cf7db
style(extend-app-start): Trim duplicated reentrancy comment in getExtโฆ
buenaflor 11d704d
style(extend-app-start): Keep trimmed reentrancy comment within line โฆ
buenaflor df8cfe4
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor b442c1e
style(extend-app-start): Drop two line-narrating test comments
buenaflor dc76d9a
style(extend-app-start): Reword getExtendedAppStartSpan reentrancy coโฆ
buenaflor 642cfb0
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 33a6aa0
refactor(extend-app-start): Rename isAppStartWindowOpen to canExtendAโฆ
buenaflor e12f7b0
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 210b4ee
test(extend-app-start): Drop redundant getExtendedAppStartSpan finishโฆ
buenaflor 9ebdd09
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 824c12f
test(extend-app-start): Drop narrating comments from app start tests
buenaflor bdadd2b
feat(extend-app-start): Add setData and isExtended to AppStartExtension
buenaflor d87e908
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor c861ba9
refactor(extend-app-start): Name app start branching booleans by intent
buenaflor b11b0fa
fix(extend-app-start): Make shouldSendStartMeasurements volatile
buenaflor d8ffbbc
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 04c2835
docs(extend-app-start): Explain why AppStartExtension holds span and โฆ
buenaflor b8779ca
feat(extend-app-start): Return null from getExtendedAppStartSpan whenโฆ
buenaflor adedde8
Merge branch 'feat/app-start-extension-core' into feat/app-start-exteโฆ
buenaflor 8420f74
feat(extend-app-start): Return null from AppStartExtension.getExtendeโฆ
buenaflor fd32a34
Merge branch 'feat/app-start-extension-android' into feat/app-start-eโฆ
buenaflor 3d4d55a
test(extend-app-start): Assert null extended span now that getExtendeโฆ
buenaflor 958b74c
docs(extend-app-start): Explain single-use app start sampling decision
buenaflor 9196ec9
fix(extend-app-start): Bound the trace continuation window after an eโฆ
buenaflor a6846bd
fix(extend-app-start): Skip warm-start reclassification while the extโฆ
buenaflor bcb53b0
test(extend-app-start): Remove NoOpAppStartExtenderTest per PR review
buenaflor c553a7a
Merge remote-tracking branch 'origin/feat/extend-app-start' into featโฆ
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 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.