Skip to content
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

Clean up utils/types-hoist folders from v9 migration #14922

Open
lforst opened this issue Jan 7, 2025 · 0 comments
Open

Clean up utils/types-hoist folders from v9 migration #14922

lforst opened this issue Jan 7, 2025 · 0 comments
Milestone

Comments

@lforst
Copy link
Member

lforst commented Jan 7, 2025

Description

For v9 we hoisted @sentry/utils and @sentry/types into @sentry/core. We did that in a bit of a "lazy" way by dumping everything in a utils-hoist and types-hoist folder respectively and doing export * from ....

Since export * from ... is rather error prone and makes bundlers unhappy because it makes them go look for exports, we should get rid of this patterns sooner rather than later and top-level-export all the api we intend to export.

@lforst lforst added this to the 9.0.0 milestone Jan 7, 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

No branches or pull requests

1 participant