-
Notifications
You must be signed in to change notification settings - Fork 103
refactor: move feature flags from APM to core #1258
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
refactor: move feature flags from APM to core #1258
Conversation
…APM-method-to-Core
a7medev
left a comment
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 just have a slight comment so let me know your thoughts 🙏🏼
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
Outdated
Show resolved
Hide resolved
Coverage Report
|
| /** | ||
| * Sets listener to W3ExternalTraceID flag changes | ||
| * @param handler A callback that gets the update value of the flag | ||
| */ | ||
| export const _registerW3CFlagsChangeListener = ( |
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 annotate this with @internal. We can also add the stripInternal TSConfig flag as true to strip @internal functions like this from the type definitions, what do you think?
| /** | |
| * Sets listener to W3ExternalTraceID flag changes | |
| * @param handler A callback that gets the update value of the flag | |
| */ | |
| export const _registerW3CFlagsChangeListener = ( | |
| /** | |
| * Sets listener to W3ExternalTraceID flag changes | |
| * @param handler A callback that gets the update value of the flag | |
| * @internal | |
| */ | |
| export const _registerW3CFlagsChangeListener = ( |
Description of the change
Type of change
Related issues
JIRA ID : MOB-14801
Checklists
Development
Code review