You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref: #14267
From my investigation, redis does not actually support arrays/nested
arrays for keys and ioredis is wrapping thinly over redis functions, but
otel has `any[]` as one of their possible values for command line
arguments so I opted for inlining the implementation and adding a note
to use `Array.flat` in v9.
Go through all utils exports and deprecate them.
Remove/deprecate
validSeverityLevels
(feat(core): DeprecatevalidSeverityLevels
#14407)Remove/deprecate
arrayify
(feat(core): Deprecatearrayify
#14405)Remove/deprecate
urlEncode
(can be replaced with urlsearchparams) (feat(core): DeprecateurlEncode
#14406)Remove/deprecateparseUrl
(can be replaced with new URL()) (feat(core): DeprecateparseUrl
#14404)Remove/deprecate
flatten
(feat(core): Deprecateflatten
#14454)Remove/deprecate
memoBuilder
(feat(utils): DeprecatememoBuilder
,BAGGAGE_HEADER_NAME
, andmakeFifoCache
#14434)Remove/deprecate
extractPathForTransaction
,extractRequestData
,addRequestDataToEvent
(feat(utils/core): DeprecateaddRequestDataToEvent
andextractRequestData
#14430)Remove/deprecate
TransactionNamingScheme
Remove/deprecate
BAGGAGE_HEADER_NAME
(feat(utils): DeprecatememoBuilder
,BAGGAGE_HEADER_NAME
, andmakeFifoCache
#14434)Remove/deprecate
getNumberOfUrlSegments
(feat(core/utils): DeprecategetNumberOfUrlSegments
#14458)Remove/deprecate
makeFifoCache
(feat(utils): DeprecatememoBuilder
,BAGGAGE_HEADER_NAME
, andmakeFifoCache
#14434)hoist to browserKept because upside is marginal and impact unknowngetComponentName, getDomElement, getLocationHref, htmlTreeAsString, isNativeFunction, supportsDOMError, supportsDOMException, supportsErrorEvent, supportsFetch, supportsNativeFetch, supportsReferrerPolicy, supportsReportingObserver, browserPerformanceTimeOriginMode, browserPerformanceTimeOrigin, supportsHistory
hoist to nodeKept because upside is marginal and impact unknowndynamicRequire, isNodeEnv, loadModule
The text was updated successfully, but these errors were encountered: