Skip to content

Conversation

@robert-smartbear
Copy link
Contributor

@robert-smartbear robert-smartbear commented Dec 11, 2025

Goal

Fixed an issue where app start type change wouldn't be reflected if it happened during first view viewDataLoading phase

Changeset

  • Added .isBlocked to a safeguard and put span modifications in a forceMutate block

Testing

E2E tests

robert-smartbear and others added 12 commits December 9, 2025 12:14
…_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]>
…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
…t happened during first view viewDataLoading phase
@github-actions
Copy link

BugsnagPerformance.framework binary size increased by 264 bytes from 883,368 to 883,632

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.1%    +160  +0.1%    +160    __TEXT,__text
  +0.1%    +128  +0.1%    +128    String Table
  +0.1%    +128  +0.1%    +128    Symbol Table
  +0.4%     +48  +0.4%     +48    __DATA_CONST,__const
  +0.3%     +24  +0.3%     +24    __TEXT,__unwind_info
  +0.4%      +8  +0.4%      +8    Function Start Addresses
  -0.4%     -48  -0.4%     -48    [__DATA_CONST]
  -0.6%    -184  -0.6%    -184    [__TEXT]
  [ = ]       0 -19.2%    -264    [__LINKEDIT]
  +0.0%    +264  [ = ]       0    TOTAL

Generated by 🚫 Danger

Base automatically changed from robert/plat-15338_plat-15320_loading_flow_changes to integration/v2 December 11, 2025 14:18
@robert-smartbear robert-smartbear merged commit d032942 into integration/v2 Dec 11, 2025
26 checks passed
@robert-smartbear robert-smartbear deleted the robert/plat-15335_app_start_type_loading branch December 11, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants