-
Notifications
You must be signed in to change notification settings - Fork 99
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: support app flows APIs #1138
Conversation
Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @abdelhamid-f-nasser 👏🏼 Please check the comments added. 🙏🏼
android/src/main/java/com/instabug/reactlibrary/RNInstabugAPMModule.java
Outdated
Show resolved
Hide resolved
Great catch @a7medev 🎣 👍 , please recheck and let me know if you have any further suggestions. |
8c333f4
to
5c23828
Compare
Deprecate execution traces in favor of AppFlows APIs.
Deprecate execution traces in favor of AppFlows APIs.
Deprecate execution traces in favor of AppFlows APIs.
5c23828
to
44e597a
Compare
3a328b7
to
03d2baa
Compare
03d2baa
to
e061d55
Compare
Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job
* feat(example): add nested complex views (#1111) Jira ID: MOB-13737 * fix hybrid mode code push version init (#1108) * chore(android): ignore jetbrains ide run configurations (#1110) Jira ID: MOB-13736 * ci: migrate macos machines to m1 (#1114) * feat: support identify user by id (#1115) Jira ID: MOB-13746 * ci: replace d11 cluster url in UploadSourcemaps (#1122) * fix(android): resolve private views through UI manager directly (#1121) * feat: support switching to native network interception (#1120) * feat(example): Add more sdk crashes buttons * chore(android): ignore jetbrains ide run configurations (#1110) Jira ID: MOB-13736 * feat(example): Add more sdk crashes buttons * fix dev merge issue * feat_add_crash_buttons * feat_add_crash_buttons * feat_add_crash_buttons * fix: PlatformListTile typo name --------- Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com> Co-authored-by: AbdElHamid Nasser <anasser@instabug.com>
* feat_add_setNDKCrashesEnabled * fix android_testing issue * rename_test_cases * fix_pr_comments * feat/add-ndk-demo-crash-buttons * chore: add ChangeLog changes * Update CHANGELOG.md Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> * feat: add more crash scenarios to example app (#1131) * feat(example): add nested complex views (#1111) Jira ID: MOB-13737 * fix hybrid mode code push version init (#1108) * chore(android): ignore jetbrains ide run configurations (#1110) Jira ID: MOB-13736 * ci: migrate macos machines to m1 (#1114) * feat: support identify user by id (#1115) Jira ID: MOB-13746 * ci: replace d11 cluster url in UploadSourcemaps (#1122) * fix(android): resolve private views through UI manager directly (#1121) * feat: support switching to native network interception (#1120) * feat(example): Add more sdk crashes buttons * chore(android): ignore jetbrains ide run configurations (#1110) Jira ID: MOB-13736 * feat(example): Add more sdk crashes buttons * fix dev merge issue * feat_add_crash_buttons * feat_add_crash_buttons * feat_add_crash_buttons * fix: PlatformListTile typo name --------- Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com> Co-authored-by: AbdElHamid Nasser <anasser@instabug.com> * feat_add_setNDKCrashesEnabled * fix android_testing issue * rename_test_cases * fix_pr_comments * feat/add-ndk-demo-crash-buttons * chore: add ChangeLog changes * Update CHANGELOG.md Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> * fix:lint issue * fix: CHANGELOG typo issue Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> --------- Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com> Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com> Co-authored-by: AbdElHamid Nasser <anasser@instabug.com>
* chore(android): bump sdk to v12.7.1 (#1134) * feat:add-upload-so-files-command * feat:add-upload-so-files-command * fix: add file path check * feat: add file validations * feat: add file validations * chore: format UploadSoFiles.ts * chore: add changes in changeLog --------- Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
* feat(example): add survey with token action * refactor: export onPress functions to methods
* feat(example): customize chat settings * feat(example): customize chat settings * fix: pr comments
36e0945
to
66d1cb1
Compare
64c3a29
to
eb676ab
Compare
Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
250b0f9
to
c004531
Compare
The base branch was changed.
# Conflicts: # android/native.gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌🏼
Description of the change
APM.startFlow
APM.endFlow
APM.setTraceAttribute
APM.startExecutionTrace
Trace.end()
Trace.setAttribute
Type of change
Related issues
Jira ID: APM-19535
Checklists
Development
Code review