Skip to content

Commit 147c3d9

Browse files
coolguyzoneAlex Krawiec
andauthored
Update android sdks with new nav (#15976)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Updated Android nav to match the new nav structure we've implemented in Java, JavaScript, Ruby, etc. See preview on : https://sentry-docs-git-feat-android-nav-update.sentry.dev/platforms/android/ and all Android SDKs on that branch. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) Co-authored-by: Alex Krawiec <alex.krawiec@R7J1Y747QQ.local>
1 parent d9f0718 commit 147c3d9

19 files changed

Lines changed: 22 additions & 2 deletions

File tree

docs/platforms/android/build-distribution/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Build Distribution
33
sidebar_title: Build Distribution
44
sidebar_order: 5250
5+
sidebar_section: features
56
description: Upload Android builds to Sentry for distribution to internal teams and beta testers.
67
---
78

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Configuration
2+
title: Extended Configuration
33
description: "Additional configuration options for the SDK."
44
sidebar_order: 5
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/android/data-management/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Data Management
33
sidebar_order: 2500
4+
sidebar_section: configuration
45
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
56
---
67

docs/platforms/android/enhance-errors/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Enhance Error Reporting
33
sidebar_order: 100
4+
sidebar_section: configuration
45
description: "Learn how to enhance stack traces of your Sentry errors."
56
---
67

docs/platforms/android/enriching-events/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Enriching Events
33
description: Enrich events with additional context to make debugging simpler.
44
sidebar_order: 2300
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/android/feature-flags/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Set Up Feature Flags
33
sidebar_title: Feature Flags
44
sidebar_order: 7500
5+
sidebar_section: features
56
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
67
---
78

docs/platforms/android/features/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Features
33
sidebar_order: 0
4+
sidebar_hidden: true
45
description: "Learn about the features of Sentry's Android SDK."
56
---
67

docs/platforms/android/integrations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Integrations
33
sidebar_order: 200
4+
sidebar_section: configuration
45
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
56
---
67

docs/platforms/android/logs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Set Up Logs
33
sidebar_title: Logs
44
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
55
sidebar_order: 5755
6+
sidebar_section: features
7+
new: true
68
---
79

810
With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

docs/platforms/android/migration/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Migration Guide
33
sidebar_order: 8000
4+
sidebar_section: configuration
45
description: "Migrating between versions of Sentry's SDK for Android."
56
---
67

0 commit comments

Comments
 (0)