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},