Hoist @sentry/utils
into @sentry/core
and deprecate all of its exports
#14269
Milestone
@sentry/utils
into @sentry/core
and deprecate all of its exports
#14269
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:
@sentry/utils
into@sentry/core
and re-export everything from@sentry/utils
(also implicitly making core not depend on utils anymore) (feat(core): Hoist everything from@sentry/utils
into@sentry/core
#14382)@sentry/utils
from docs and replace with@sentry/core
(Use@sentry/core
instead of@sentry/utils
sentry-docs#11890)@sentry/utils
and instruct to use@sentry/core
instead. (feat(utils): Deprecate@sentry/utils
#14431)The text was updated successfully, but these errors were encountered: