chore(deps): bump @decocms/apps to ^5.0.0 - #15
Merged
Conversation
5.0.0 renames the outbound commerce histogram from
`commerce_request_duration_ms` to the canonical OTel SemConv name
`http.client.request.duration`. Labels also change: `status_code`
(e.g. "200") → `status_class` ("2xx"), and `cached` is now a boolean.
No code changes are needed — the wiring is unchanged. The framework
side (`@decocms/start@6.6.1`) was already shipping canonical metric
names; this bump aligns the outbound-fetch samples that were still
being emitted under the legacy name from `@decocms/apps`.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
@decocms/appsfrom^4.1.0→^5.0.0(just released today). The major version reflects a metric-name + label rename in the outbound commerce histogram emitted by the VTEX / Shopify wrappers.commerce_request_duration_mshttp.client.request.duration(canonical OTel)status_code = "200"status_class = "2xx"cached = "true"(string)cached = true(bool)The framework (
@decocms/start@6.6.1, already pinned) has been emitting canonical names everywhere else for a while — this bump aligns the leftover outbound-fetch samples.Why this site first
storefront-tanstack is the TanStack starter template — lowest blast radius if anything regresses. Once this validates, the real-traffic sites (miess, casaevideo, etc.) can follow.
Test plan
fact_usage_*_view(or the metrics raw table) for samples ofhttp.client.request.durationwithprovider=vtex, no leftovercommerce_request_duration_msfrom this siteRelated
@decocms/apps@5.0.0on npm🤖 Generated with Claude Code