Skip to content

Commit 27a610e

Browse files
authored
refactor(java): delete "Scope & Breadcrumbs" page (#13359)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR We already have extensive docs about both under Enriching Events > Scopes / Breadcrumbs. This is only taking up space in the already large sidebar. ## 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 --> - [X] 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)
1 parent acc2786 commit 27a610e

File tree

2 files changed

+8
-81
lines changed

2 files changed

+8
-81
lines changed

docs/platforms/java/common/scope/index.mdx

-81
This file was deleted.

redirects.js

+8
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,14 @@ const userDocsRedirects = [
11531153
source: '/platforms/dart/guides/flutter/usage/advanced-usage/:path*',
11541154
destination: '/platforms/dart/guides/flutter/troubleshooting/:path*',
11551155
},
1156+
{
1157+
source: '/platforms/java/scope/',
1158+
destination: '/platforms/java/enriching-events/',
1159+
},
1160+
{
1161+
source: '/platforms/java/guides/:guide/scope/',
1162+
destination: '/platforms/java/guides/:guide/enriching-events/',
1163+
},
11561164
// Redirects for Trace Explorer
11571165
{
11581166
source: '/product/explore/traces',

0 commit comments

Comments
 (0)