From 54082fb18c208d0970128b0ff1739d3985e12ba5 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Wed, 12 Nov 2025 15:55:54 +0100 Subject: [PATCH] bump min version --- static/app/gettingStartedDocs/javascript/metrics.tsx | 4 ++-- static/app/gettingStartedDocs/node/metrics.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/app/gettingStartedDocs/javascript/metrics.tsx b/static/app/gettingStartedDocs/javascript/metrics.tsx index 08c40d4ee1ef93..d425e3a06a812a 100644 --- a/static/app/gettingStartedDocs/javascript/metrics.tsx +++ b/static/app/gettingStartedDocs/javascript/metrics.tsx @@ -26,7 +26,7 @@ export const metrics = < { type: 'text', text: tct( - 'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.24.0].', + 'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.25.0].', { code: , packageName: {packageName}, @@ -135,7 +135,7 @@ export const metricsFullStack = < { type: 'text', text: tct( - 'To add metrics make sure [packageName] is up-to-date. The minimum version of [packageName] that supports metrics is [code:10.24.0].', + 'To add metrics make sure [packageName] is up-to-date. The minimum version of [packageName] that supports metrics is [code:10.25.0].', { code: , packageName: {packageName}, diff --git a/static/app/gettingStartedDocs/node/metrics.tsx b/static/app/gettingStartedDocs/node/metrics.tsx index 972eabec6222a9..4b73afeb4f0d3f 100644 --- a/static/app/gettingStartedDocs/node/metrics.tsx +++ b/static/app/gettingStartedDocs/node/metrics.tsx @@ -25,7 +25,7 @@ export const getNodeMetricsOnboarding = < { type: 'text', text: tct( - 'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.24.0].', + 'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.25.0].', { code: , packageName: {packageName},