Skip to content
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

fix(ios): enable screenshots for crashes & sessions #1055

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

abdelhamid-f-nasser
Copy link
Contributor

@abdelhamid-f-nasser abdelhamid-f-nasser commented Nov 9, 2023

Description of the change

Remove unnecessary mapping that mapped ReproStepsMode.enabled to ReproStepsMode.enabledWithNoScreenshots for iOS platform. This workaround was added due to an issue with crashes repro steps with screenshots in the iOS SDK, and now it's no longer needed as the issue has been resolved. This re-enabled it for Crash Reporting and Session Replay.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Jira ID: IBGCRASH-20555

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests

Code review

  • This pull request has a descriptive title and information useful to a reviewer
  • Issue from task tracker has a link to this pull request

@InstabugCI
Copy link
Collaborator

InstabugCI commented Nov 9, 2023

Coverage Report

Label Coverage Status
JavaScript 95.8%
Android 50.3%
iOS 40.3%

Generated by 🚫 dangerJS against aa031ce

@abdelhamid-f-nasser abdelhamid-f-nasser force-pushed the fix/enable-ios-screenshot-capture branch 2 times, most recently from 6ea93fc to 40da09d Compare November 9, 2023 18:02
@a7medev a7medev self-requested a review November 13, 2023 09:38
CHANGELOG.md Outdated Show resolved Hide resolved
@a7medev a7medev self-requested a review November 13, 2023 09:40
@abdelhamid-f-nasser abdelhamid-f-nasser changed the title fix: enable ios screenshot capture fix(ios): enable screenshots for crashes & sessions Nov 13, 2023
Base automatically changed from chore/bump-ios-sdk-12.2.0 to dev November 13, 2023 11:35
Remove redundant mapping in for iOS platform. Resolves previous workaround due to fixed iOS SDK issue. more about it [here](https://instabug.atlassian.net/browse/IBGCRASH-19924).
@abdelhamid-f-nasser abdelhamid-f-nasser merged commit 8ab4902 into dev Nov 13, 2023
9 of 10 checks passed
@abdelhamid-f-nasser abdelhamid-f-nasser deleted the fix/enable-ios-screenshot-capture branch November 13, 2023 12:20
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.

None yet

3 participants