-
Notifications
You must be signed in to change notification settings - Fork 47
feat: attach w3c header #481
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
Conversation
android/src/main/java/com/instabug/flutter/modules/InstabugApi.java
Outdated
Show resolved
Hide resolved
|
||
|
||
internalAPM.verify(() -> InternalAPM._registerCPFeaturesChangeListener(any(FeaturesChangeListener.class))); | ||
internalAPM.close(); |
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.
Can we improve the code indentation for better readability?
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.
@ahmedAlaaInstabug kindly check the above comments
The base branch was changed.
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 @ahmedAlaaInstabug! 👏🏼👏🏼
I've added some suggestions so please check them out and let me know your thoughts 🙏🏼
Also, can we please address the issue with the code coverage drop? 🙏🏼
android/src/main/java/com/instabug/flutter/modules/InstabugApi.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/flutter/modules/InstabugApi.java
Outdated
Show resolved
Hide resolved
android/src/test/java/com/instabug/flutter/InstabugApiTest.java
Outdated
Show resolved
Hide resolved
4b790a1
to
b5d86ba
Compare
The merge-base changed after approval.
b5d86ba
to
4b790a1
Compare
4b790a1
to
2efcb3f
Compare
# Conflicts: # CHANGELOG.md # android/build.gradle # android/src/main/java/com/instabug/flutter/modules/ApmApi.java # android/src/main/java/com/instabug/flutter/modules/InstabugApi.java # android/src/test/java/com/instabug/flutter/ApmApiTest.java # android/src/test/java/com/instabug/flutter/InstabugApiTest.java # example/lib/src/components/network_content.dart # example/pubspec.lock # ios/Classes/Modules/InstabugApi.m # ios/Classes/Util/IBGNetworkLogger+CP.h # lib/src/modules/instabug.dart
* fix: add support for newer gradle versions (#512) * feat: attach w3c header (#481) * feat: add android feature flag * fix: test cases * fix: test cases * fix: test cases * fix: test cases * fix: add more test cases * fix: add more test cases * fix: add more test cases * fix: add more test cases * Release: v14.0.0 (#532) * chore(android): bump sdk to v14.0.0 * chore(ios): bump sdk to v14.0.0 * Release: v14.0.0 * Release: v14.0.0 * Release: v14.0.0 * chore: change release date (#535) --------- Co-authored-by: kholood <[email protected]>
* fix: add support for newer gradle versions (#512) * feat: attach w3c header (#481) * feat: add android feature flag * fix: test cases * fix: test cases * fix: test cases * fix: test cases * fix: add more test cases * fix: add more test cases * fix: add more test cases * fix: add more test cases * Release: v14.0.0 (#532) * chore(android): bump sdk to v14.0.0 * chore(ios): bump sdk to v14.0.0 * Release: v14.0.0 * Release: v14.0.0 * Release: v14.0.0 * chore: change release date (#535) * Release: 14.1.0 (#539) * release: 14.1.0 * release: 14.1.0 * release: v14.1.0 * release: v14.1.0 --------- Co-authored-by: kholood <[email protected]>
Description of the change
Type of change
Related issues
JIRA ID: MOB-14497
Checklists
Development
Code review