Skip to content

Commit 1356b59

Browse files
committed
chore(metrics): Update Android onboarding to require SDK 8.34.0
SDK 8.34.0 provides stable support for metrics on Android. Update the minimum version requirement in the onboarding docs accordingly.
1 parent 484df9d commit 1356b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/app/gettingStartedDocs/android/metrics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const metrics: OnboardingConfig<BasePlatformOptions> = {
3434
{
3535
type: 'text',
3636
text: tct(
37-
"To start using metrics, make sure your Sentry Android SDK version is [version:8.30.0] or higher. If you're on an older version of the SDK, follow our [link:migration guide] to upgrade.",
37+
"To start using metrics, make sure your Sentry Android SDK version is [version:8.34.0] or higher. If you're on an older version of the SDK, follow our [link:migration guide] to upgrade.",
3838
{
3939
version: <code />,
4040
link: (

static/app/gettingStartedDocs/java/metrics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const metrics: OnboardingConfig<BasePlatformOptions> = {
7878
{
7979
type: 'text',
8080
text: tct(
81-
"To start using metrics, make sure your Sentry Java SDK version is [version:8.30.0] or higher. If you're on an older version of the SDK, follow our [link:migration guide] to upgrade.",
81+
"To start using metrics, make sure your Sentry Java SDK version is [version:8.34.0] or higher. If you're on an older version of the SDK, follow our [link:migration guide] to upgrade.",
8282
{
8383
version: <code />,
8484
link: (

0 commit comments

Comments
 (0)