Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions static/app/gettingStartedDocs/javascript/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <code />,
packageName: <code>{packageName}</code>,
Expand Down Expand Up @@ -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: <code />,
packageName: <code>{packageName}</code>,
Expand Down
2 changes: 1 addition & 1 deletion static/app/gettingStartedDocs/node/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <code />,
packageName: <code>{packageName}</code>,
Expand Down
Loading