-
Notifications
You must be signed in to change notification settings - Fork 10
Fixed an issue where app start type change wouldn't be reflected if it happened during first view viewDataLoading phase #544
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
robert-smartbear
merged 15 commits into
integration/v2
from
robert/plat-15335_app_start_type_loading
Dec 11, 2025
Merged
Fixed an issue where app start type change wouldn't be reflected if it happened during first view viewDataLoading phase #544
robert-smartbear
merged 15 commits into
integration/v2
from
robert/plat-15335_app_start_type_loading
Dec 11, 2025
Conversation
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
…_attributes_onSpanEnd_for_blocked_spans Fixed an issue where onSpanEnd callbacks would fail to set attributes of blocked spans
…d in reprocessing (#538) Co-authored-by: Robert Bartoszewski <[email protected]>
…justed (#541) Co-authored-by: Robert Bartoszewski <[email protected]>
…enever there is an ended and blocked span on the top of the stack (#540) Co-authored-by: Robert Bartoszewski <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.6 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fe4161a...cf1bb45) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…een started on a background thread (#539) Co-authored-by: Robert Bartoszewski <[email protected]>
# Conflicts: # BugsnagPerformance.xcodeproj/project.pbxproj # Sources/BugsnagPerformance/Private/BugsnagPerformanceImpl.mm # Sources/BugsnagPerformance/Private/Instrumentation/NetworkInstrumentation.mm # Sources/BugsnagPerformance/Private/Instrumentation/ViewLoadInstrumentation.mm # Sources/BugsnagPerformance/Private/Tracer.mm # features/default/manual_spans.feature # features/default/network.feature
…buted to viewDataLoading phase
…t happened during first view viewDataLoading phase
|
Generated by 🚫 Danger |
… robert/plat-15335_app_start_type_loading
DariaKunoichi
approved these changes
Dec 11, 2025
Base automatically changed from
robert/plat-15338_plat-15320_loading_flow_changes
to
integration/v2
December 11, 2025 14:18
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.
Goal
Fixed an issue where app start type change wouldn't be reflected if it happened during first view viewDataLoading phase
Changeset
Testing
E2E tests