Skip to content

Conversation

ahmedAlaaInstabug
Copy link
Contributor

Description of the change

Sanity: v16.0.0

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 :

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

ahmedAlaaInstabug and others added 17 commits January 8, 2025 19:00
…ivate-view-package

# Conflicts:
#	.circleci/config.yml
…package

Refactor: merge private-views package into mono-repo
* feat: gestures & UI elements detection

* testing

* testing

* testing

* chore: update ios snapshot

* format

* format

* format

* chore(android): integrate with android snapshot

* chore(ios): integrate with ios custom build

* fix(android): passed required params to log user steps

* fix(ios): add double tap event

* feat(ios): add native user steps switch

* fix(ios): pass flutter view name

* feat(example): add private view test

* fix: user steps parameters

* chore(android): integrate private views snapshot

* chore: cleanup unused params

* fix(example): clean up imports

* fix: update test cases

* chore: update deps

* fix(ios): update log user steps test case

* fix: linters issues

* fix(android): update test case

* chore(android): activate commented code

* chore(android): activate android test case

* fix(ios): add double tap to test case

* chore(ios): restore cocoapods version

* chore(example): revert old app token

* test

* test

* test

* test

* test

* test

* chore(android): add descriptive comment

* chore(android): update snapshot

* fix: PR comments

* fix: PR comments

* fix: ios CI

* fix: ios CI

* fix: ios CI

* fix: ios CI

* fix: ios CI

* fix: android CI

* fix: android CI

* Update config.yml

* fix: android CI

* fix: android CI

* fix: fix private view app

* fix: extra space in message

* chore(android): upgrade to latest snapshot

* fix: trim message

* feat: auto mask in Flutter (#555)

* feat: enhance private view mechanism

* fix: e2e test

* fix test 2.10.0

* fix test 2.10.0

* fix test 2.10.0

* fix test 2.10.0

* fix test 2.10.0

* fix test 2.10.0

* fix test 2.10.0

* feat: enhance private view

* fix test

* fix test

* fix test

* fix test

* fix test

* fix: PR comments

* chore: update example app

* fix: masking sliver view

* fix: masking sliver view

* fix: masking sliver view

* fix: masking sliver view

* fix: flutter format

* fix: format

---------

Co-authored-by: kholood <keassa@instabug.com>
@InstabugCI
Copy link
Collaborator

InstabugCI commented Aug 14, 2025

Warnings
⚠️

Coverage for instabug_http_client is less than the expected threshold of 80%

Coverage Report

Label Coverage Status
instabug_dio_interceptor 92.5%
instabug_flutter 84.6%
instabug_flutter_modular 91.2%
instabug_http_client 70.0%

Generated by 🚫 dangerJS against 3d9e51d

# Conflicts:
#	.circleci/config.yml
#	android/src/main/java/com/instabug/flutter/modules/ApmApi.java
#	lib/src/modules/apm.dart
#	packages/instabug_dio_interceptor/example/android/app/build.gradle
#	packages/instabug_dio_interceptor/example/android/app/src/debug/AndroidManifest.xml
#	packages/instabug_dio_interceptor/example/android/app/src/profile/AndroidManifest.xml
#	packages/instabug_dio_interceptor/example/android/build.gradle
#	packages/instabug_dio_interceptor/example/android/settings.gradle
#	packages/instabug_dio_interceptor/example/pubspec.lock
#	packages/instabug_flutter/CHANGELOG.md
#	packages/instabug_flutter/android/build.gradle
#	packages/instabug_flutter/android/src/main/java/com/instabug/flutter/InstabugFlutterPlugin.java
#	packages/instabug_flutter/android/src/main/java/com/instabug/flutter/modules/InstabugApi.java
#	packages/instabug_flutter/android/src/test/java/com/instabug/flutter/InstabugApiTest.java
#	packages/instabug_flutter/example/ios/InstabugTests/InstabugApiTests.m
#	packages/instabug_flutter/example/lib/main.dart
#	packages/instabug_flutter/example/lib/src/components/apm_switch.dart
#	packages/instabug_flutter/example/lib/src/components/network_content.dart
#	packages/instabug_flutter/ios/Classes/Modules/InstabugApi.m
#	packages/instabug_flutter/ios/Classes/Util/ArgsRegistry.m
#	packages/instabug_flutter/ios/Classes/Util/IBGAPM+PrivateAPIs.h
#	packages/instabug_flutter/ios/instabug_flutter.podspec
#	packages/instabug_flutter/lib/src/models/generated_w3c_header.dart
#	packages/instabug_flutter/lib/src/models/theme_config.dart
#	packages/instabug_flutter/lib/src/models/trace_partial_id.dart
#	packages/instabug_flutter/lib/src/models/w3c_feature_flags.dart
#	packages/instabug_flutter/lib/src/models/w3c_header.dart
#	packages/instabug_flutter/lib/src/modules/instabug.dart
#	packages/instabug_flutter/lib/src/utils/feature_flags_manager.dart
#	packages/instabug_flutter/lib/src/utils/iterable_ext.dart
#	packages/instabug_flutter/lib/src/utils/w3c_header_utils.dart
#	packages/instabug_flutter/pigeons/instabug.api.dart
#	packages/instabug_flutter/test/feature_flags_manager_test.dart
#	packages/instabug_flutter/test/utils/screen_loading/instabug_capture_screen_loading_test.dart
#	packages/instabug_flutter/test/utils/screen_loading/screen_loading_trace_test.dart
#	packages/instabug_flutter/test/utils/screen_loading/ui_trace_test.dart
#	packages/instabug_flutter/test/w3_header_utils_test.dart
#	packages/instabug_flutter_modular/example/ios/Podfile.lock
#	pubspec.yaml
#	test/network_logger_test.dart
@ahmedAlaaInstabug ahmedAlaaInstabug changed the base branch from master to dev August 14, 2025 12:46
@ahmedAlaaInstabug ahmedAlaaInstabug deleted the sanity/v16.0.0 branch August 14, 2025 13:30
@ahmedAlaaInstabug ahmedAlaaInstabug restored the sanity/v16.0.0 branch August 14, 2025 13:30
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.

2 participants