Skip to content

DOCS-10715-v2: Reorganizing the ET standalone Docs #29178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
25 changes: 15 additions & 10 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2183,36 +2183,41 @@ menu:
parent: error_tracking
identifier: error_tracking_frontend
weight: 7
- name: Browser Error Tracking
url: error_tracking/frontend/browser
parent: error_tracking_frontend
identifier: error_tracking_browser
weight: 100
- name: Collecting Browser Errors
url: error_tracking/frontend/collecting_browser_errors
parent: error_tracking_frontend
identifier: error_tracking_collect_errors
weight: 100
- name: Browser Error Tracking
url: error_tracking/frontend/browser
parent: error_tracking_frontend
identifier: error_tracking_browser
weight: 101
- name: Mobile Crash Tracking
- name: Mobile Error Tracking
url: error_tracking/frontend/mobile_error_tracking
parent: error_tracking_frontend
identifier: error_tracking_mobile_et_only
weight: 102
- name: Mobile Crash Reporting
url: error_tracking/frontend/mobile
parent: error_tracking_frontend
identifier: error_tracking_mobile
weight: 102
weight: 103
- name: Replay Errors
url: error_tracking/frontend/replay_errors
parent: error_tracking_frontend
identifier: error_tracking_replays
weight: 103
weight: 104
- name: Real User Monitoring
url: error_tracking/rum
parent: error_tracking_frontend
identifier: error_tracking_rum
weight: 104
weight: 105
- name: Logs
url: error_tracking/frontend/logs
parent: error_tracking_frontend
identifier: error_tracking__fe_logs
weight: 105
weight: 106
- name: Track Backend Errors
url: error_tracking/backend
parent: error_tracking
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Mobile Error Tracking
type: multi-code-lang
description: Set up error tracking for your mobile applications.
further_reading:
- link: '/error_tracking/'
tag: 'Documentation'
text: 'Get started with Error Tracking'
- link: '/error_tracking/explorer'
tag: 'Documentation'
text: 'Visualize Error Tracking data in the Explorer'
---

For information about error tracking for your application, choose a platform:

{{< partial name="error_tracking/setup-error-tracking-mobile.html" >}}
Loading
Loading