sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

feat(featureFlags): Re-export Feature Flags integration

Open krystofwoldrich opened this issue 8 months ago • 1 comments

The packages/core/src/js/index.ts file was modified to export featureFlagsIntegration and type FeatureFlagsIntegration from @sentry/core.

  • The FeatureFlagsIntegration type was added to the existing type exports block.
  • The featureFlagsIntegration function was added to the existing function exports block.

This change enables the featureFlagsIntegration and its associated type to be re-exported from @sentry/core, making them accessible for use in other Sentry SDKs, such as @sentry/react-native. The modification aligns with the established pattern for exporting integrations within the Sentry codebase. A pull request was prepared to integrate these changes.

krystofwoldrich avatar Jun 13 '25 11:06 krystofwoldrich

Fails
:no_entry_sign: Please consider adding a changelog entry for the next release.
Messages
:book: Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- Re-export Feature Flags integration ([#4917](https://github.com/getsentry/sentry-react-native/pull/4917))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by :no_entry_sign: dangerJS against 2366e7b5458e39d99bd8e97c3e629de0ebec636c

github-actions[bot] avatar Jun 13 '25 11:06 github-actions[bot]

Closing in favor of https://github.com/getsentry/sentry-react-native/pull/4984 which was merged in v7

antonis avatar Jul 17 '25 10:07 antonis