Skip to content

feat(featureFlags): Re-export Feature Flags integration #4917

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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

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.

2 participants