-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Description
We have decided that merging @sentry/utils into @sentry/core will clean up our architecture by quite a bit and prevent footguns like diverging package versions.
This task involves:
- Moving the entirety of
@sentry/utilsinto@sentry/coreand re-export everything from@sentry/utils(also implicitly making core not depend on utils anymore) (feat(core): Hoist everything from@sentry/utilsinto@sentry/core#14382) - Removing all references to
@sentry/utilsfrom docs and replace with@sentry/core(Use@sentry/coreinstead of@sentry/utilssentry-docs#11890) - Deprecating all exports in
@sentry/utilsand instruct to use@sentry/coreinstead. (feat(utils): Deprecate@sentry/utils#14431)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.