feat(featureFlags): Re-export Feature Flags integration
The packages/core/src/js/index.ts file was modified to export featureFlagsIntegration and type FeatureFlagsIntegration from @sentry/core.
- The
FeatureFlagsIntegrationtype was added to the existing type exports block. - The
featureFlagsIntegrationfunction 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.
| 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
Closing in favor of https://github.com/getsentry/sentry-react-native/pull/4984 which was merged in v7