File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
static/app/gettingStartedDocs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 > ,
Original file line number Diff line number Diff 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 > ,
You can’t perform that action at this time.
0 commit comments