Skip to content

Conversation

@ahmedAlaaInstabug
Copy link
Contributor

Description of the change

  1. migrate featureflags Apm method to Core

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 : MOB-14801

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 ahmedAlaaInstabug added the WIP Work In Progress label Jul 25, 2024
@ahmedAlaaInstabug ahmedAlaaInstabug self-assigned this Jul 25, 2024
@ahmedAlaaInstabug ahmedAlaaInstabug changed the base branch from master to fix/w3c-defects-revert July 25, 2024 14:42
@a7medev a7medev changed the title feat: migrate feature-flags Apm method to Core refactor: move feature flags from APM to core Aug 1, 2024
Copy link
Contributor

@a7medev a7medev left a 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 🙏🏼

@ahmedAlaaInstabug ahmedAlaaInstabug removed the WIP Work In Progress label Aug 20, 2024
@InstabugCI
Copy link
Collaborator

InstabugCI commented Sep 11, 2024

Warnings
⚠️

You have not included a CHANGELOG entry!
You can find it at CHANGELOG.md.

Coverage Report

Label Coverage Status
JavaScript 97.5%
Android 48.9%
iOS 47.6%

Generated by 🚫 dangerJS against 6327f08

Comment on lines +584 to +588
/**
* Sets listener to W3ExternalTraceID flag changes
* @param handler A callback that gets the update value of the flag
*/
export const _registerW3CFlagsChangeListener = (
Copy link
Contributor

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?

Suggested change
/**
* 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 = (

@kholood-ea kholood-ea merged commit 62511eb into fix/w3c-defects-revert Sep 12, 2024
@kholood-ea kholood-ea deleted the feat/migrate-Feature-Flag-APM-method-to-Core branch September 12, 2024 11:21
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.

5 participants