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

feat: add new repro steps api #1024

Merged
merged 14 commits into from
Sep 14, 2023
Merged

feat: add new repro steps api #1024

merged 14 commits into from
Sep 14, 2023

Conversation

a7medev
Copy link
Contributor

@a7medev a7medev commented Sep 13, 2023

Description of the change

Add support for the new Instabug.setReproStepsConfig API and deprecate the old Instabug.setReproStepsMode.

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: MOB-13006

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

@a7medev a7medev self-assigned this Sep 13, 2023
@InstabugCI
Copy link
Collaborator

InstabugCI commented Sep 13, 2023

Coverage Report

Label Coverage Status
JavaScript 96.6%
Android 50.0%
iOS 39.2%

Generated by 🚫 dangerJS against 7f0d9cf

@a7medev a7medev marked this pull request as ready for review September 13, 2023 16:42
Copy link
Contributor

@abdelhamid-f-nasser abdelhamid-f-nasser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done adding and documenting this new API. Keep up the great work 🚀 💪

@a7medev a7medev merged commit 92a77e5 into dev Sep 14, 2023
@a7medev a7medev deleted the feat/add-repro-steps-api branch September 14, 2023 15:09
HeshamMegid pushed a commit that referenced this pull request Sep 17, 2023
* chore(android): add repro modes to args registry

* chore(android): implement native setReproStepsConfig

* test(android): test native setReproStepsConfig

* chore(ios): implement native setReproStepsConfig

* test(ios): test native setReproStepsConfig

* feat: add setReproStepsConfig API to Instabug

* test: add a proper mock for native constants

* test: add tests for setReproStepsConfig

* chore(ios): map crash mode enabled to no screenshot

* chore: add docs for set repro steps config

* chore(android): make native repro steps api non-nullable

* chore: update changelog

* chore: update readme

* fix(android): run setReproConfigurations on UI thread
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