Skip to content

Commit 9aad074

Browse files
chargomeandrewshie-sentry
authored andcommitted
feat(onboarding): Bump min version for metrics api in js (#103225)
1 parent 9872f45 commit 9aad074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

static/app/gettingStartedDocs/javascript/metrics.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const metrics = <
2626
{
2727
type: 'text',
2828
text: tct(
29-
'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.24.0].',
29+
'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.25.0].',
3030
{
3131
code: <code />,
3232
packageName: <code>{packageName}</code>,
@@ -135,7 +135,7 @@ export const metricsFullStack = <
135135
{
136136
type: 'text',
137137
text: tct(
138-
'To add metrics make sure [packageName] is up-to-date. The minimum version of [packageName] that supports metrics is [code:10.24.0].',
138+
'To add metrics make sure [packageName] is up-to-date. The minimum version of [packageName] that supports metrics is [code:10.25.0].',
139139
{
140140
code: <code />,
141141
packageName: <code>{packageName}</code>,

static/app/gettingStartedDocs/node/metrics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const getNodeMetricsOnboarding = <
2525
{
2626
type: 'text',
2727
text: tct(
28-
'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.24.0].',
28+
'Add the Sentry SDK as a dependency. The minimum version of [packageName] that supports metrics is [code:10.25.0].',
2929
{
3030
code: <code />,
3131
packageName: <code>{packageName}</code>,

0 commit comments

Comments
 (0)