-
Notifications
You must be signed in to change notification settings - Fork 101
feat: support App variant #1409
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
base: dev
Are you sure you want to change the base?
Conversation
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 Excellent work! Please take a moment to review the minor comments provided.
@@ -221,6 +237,16 @@ public Builder setInvocationEvents(InstabugInvocationEvent... invocationEvents) | |||
return this; | |||
} | |||
|
|||
/** | |||
* Sets the invocation triggering events for the SDK's user interface |
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.
I believe this should set the app variant name, not trigger invocation events.
@@ -1037,7 +1044,7 @@ public void run() { | |||
} | |||
|
|||
/** | |||
* @deprecated see {@link #addFeatureFlags(ReadableArray)} | |||
* @deprecated see {@link #addFeatureFlags(ReadableMap)} |
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.
this should be reverted to ReadableArray
@@ -16,7 +16,7 @@ target 'InstabugExample' do | |||
rn_maps_path = '../node_modules/react-native-maps' | |||
pod 'react-native-google-maps', :path => rn_maps_path | |||
# add this line | |||
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec' | |||
# pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec' |
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.
Let's remove the unnecessary comments.
Description of the change
Support App variant
Type of change
Related issues
JIRA ID: GER-7368
Checklists
Development
Code review