Skip to content

Conversation

@krystofwoldrich
Copy link
Contributor

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.

@github-actions
Copy link
Contributor

Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 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 🚫 dangerJS against 2366e7b

@antonis
Copy link
Contributor

antonis commented Jul 17, 2025

Closing in favor of #4984 which was merged in v7

@antonis antonis closed this Jul 17, 2025
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.

4 participants