Skip to content

Commit 7c5fbd2

Browse files
authored
fix(user-docs): Update 404 links (#10757)
1 parent d889679 commit 7c5fbd2

File tree

61 files changed

+233
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+233
-69
lines changed

docs/concepts/search/searchable-properties/events.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@ Returns results with a matching total number of frames.
414414

415415
### `measurements.stall_count`
416416

417-
A [stall](/platforms/react-native/performance/instrumentation/automatic-instrumentation/#stall-tracking) is when the JavaScript event loop takes longer than expected to complete. Only applies to React Native.
417+
A [stall](/platforms/react-native/tracing/instrumentation/automatic-instrumentation/#stall-tracking) is when the JavaScript event loop takes longer than expected to complete. Only applies to React Native.
418418

419419
- **Type:** number
420420

421421
### `measurements.stall_longest_time`
422422

423-
The [longest stall time](/platforms/react-native/performance/instrumentation/automatic-instrumentation/#stall-tracking) is the time, in milliseconds, of the longest event loop stall. Only applies to React Native.
423+
The [longest stall time](/platforms/react-native/tracing/instrumentation/automatic-instrumentation/#stall-tracking) is the time, in milliseconds, of the longest event loop stall. Only applies to React Native.
424424

425425
- **Type:** duration
426426

@@ -432,7 +432,7 @@ Stall percentage is equal to the `stall_total_time` divided by the `transaction.
432432

433433
### `measurements.stall_total_time`
434434

435-
The [total stall time](/platforms/react-native/performance/instrumentation/automatic-instrumentation/#stall-tracking) is the total combined time, in milliseconds, of all stalls. Only applies to React Native.
435+
The [total stall time](/platforms/react-native/tracing/instrumentation/automatic-instrumentation/#stall-tracking) is the total combined time, in milliseconds, of all stalls. Only applies to React Native.
436436

437437
- **Type:** duration
438438

docs/contributing/approach/sdk-docs/write-getting-started.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Provide a verification code sample for this SDK. It can be as simple as one line
6666

6767
Add the verification code sample to this directory:
6868

69-
- [`/src/platform-includes/getting-started-verify/`](https://github.com/getsentry/sentry-docs/tree/master/src/platform-includes/getting-started-verify)
69+
- [`/src/platform-includes/getting-started-verify/`](https://github.com/getsentry/sentry-docs/tree/master/platform-includes/getting-started-verify)
70+
7071

7172
## But, that's not all
7273

docs/organization/integrations/data-visualization/splunk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Connect Splunk to Sentry with the [Data Forwarding](/concepts/data-management/da
88

99
<Note>
1010

11-
We only support Splunk Cloud plans. We do not support Splunk Enterprise plans. See the [Splunk documentation](https://dev.splunk.com/view/event-collector/SP-CAAAE7F) for specific details on your Splunk installation.
11+
We only support Splunk Cloud plans. We do not support Splunk Enterprise plans. See the [Splunk documentation](https://dev.splunk.com/) for specific details on your Splunk installation.
1212

1313
</Note>
1414

docs/organization/integrations/source-code-mgmt/github/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,5 @@ If you’re having issues adding a GitHub repository:
369369
If you're having trouble setting up Sentry with your on-premises integration, verify the following:
370370

371371
- The provided installation URL is a fully qualified domain name (FQDN), which is resolvable on the internet.
372-
- The IP addresses Sentry uses to make outbound requests are [allowed](security-legal-pii/security/ip-ranges/).
372+
- The IP addresses Sentry uses to make outbound requests are [allowed](/security-legal-pii/security/ip-ranges/).
373373
- Sentry's access to your installation URL is not path restricted.

docs/platforms/apple/common/features/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The SDK builds a crash report that persists to disk. While it attempts to send t
4747
- <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/#user-interaction-tracing">User Interaction</PlatformLink> transactions for UI clicks
4848
- <PlatformLink to="/enriching-events/attachments">Attachments</PlatformLink> enrich your event by storing additional files, such as config or log files
4949
- <PlatformLink to="/user-feedback">User Feedback</PlatformLink> provides the ability to collect user information when an event occurs
50-
- <PlatformLink to="/enriching-events/viewhierarchy">View Hierarchy</PlatformLink> and <PlatformLink to="/enriching-events/screenshots">Screenshot</PlatformLink> attachments for errors
50+
51+
- [View Hierarchy](/platforms/apple/guides/ios/enriching-events/viewhierarchy/) and [Screenshot](/platforms/apple/guides/ios/enriching-events/screenshots/) attachments for errors
5152
- <PlatformLink to="/data-management/debug-files/source-context">Source Context</PlatformLink> shows snippets of code around the location of stack frames
5253
- <PlatformLink to="/configuration/metric-kit">MetricKit</PlatformLink> integration

docs/platforms/dart/integrations/dio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dio.addSentry(...);
4444

4545
## Reporting Bad HTTP Requests as Errors
4646

47-
The `Interceptors` can also catch exceptions that may occur during requests — for example [DioError](https://pub.dev/documentation/dio/latest/dio/DioError-class.html).
47+
The `Interceptors` can also catch exceptions that may occur during requests — for example [DioError](https://pub.dev/documentation/dio2/latest/dio2/DioError-class.html).
4848

4949
```dart
5050
import 'package:sentry_dio/sentry_dio.dart';

docs/platforms/dotnet/common/tracing/instrumentation/custom-instrumentation/queues-module.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To start capturing performance metrics, use the `transaction.StartChild()` funct
1515
| `messaging.destination.name` | string | The queue or topic name |
1616
| `messaging.message.body.size` | int | Size of the message body in bytes |
1717

18-
Your `queue.publish` span must exist inside a transaction in order to be recognized as a producer span. If you are using a supported framework, the transaction is created by the integration. If you are using plain Go, you can start a new one using `SentrySdk.StartTransaction()`.
18+
Your `queue.publish` span must exist inside a transaction in order to be recognized as a producer span. If you are using a supported framework, the transaction is created by the integration. If you are using plain C#, you can start a new one using `SentrySdk.StartTransaction()`.
1919

2020
You must also include trace headers in your message so that your consumers can continue your trace once your message is picked up.
2121

@@ -74,7 +74,7 @@ To start capturing performance metrics, use the `transaction.StartChild()` funct
7474
| `messaging.message.retry.count ` | number | The number of times a message was attempted to be processed |
7575
| `messaging.message.receive.latency ` | number | The time in milliseconds that a message awaited processing in queue |
7676

77-
Your `queue.process` span must exist inside a transaction in order to be recognized as a consumer span. If you are using a <PlatformLink to="/integrations/#web-frameworks">supported web framework</PlatformLink>, the transaction is created by the integration. If you use plain Python, you can start a new one using `SentrySdk.StartTransaction()`.
77+
Your `queue.process` span must exist inside a transaction in order to be recognized as a consumer span. If you are using a supported framework, the transaction is created by the integration. If you use plain C#, you can start a new one using `SentrySdk.StartTransaction()`.
7878

7979
Use `SentrySdk.ContinueTrace()` to connect your consumer spans to their associated producer spans, and `span.SetExtra()` to mark the trace of your message as success or failed.
8080

docs/platforms/java/common/legacy/logback/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A new Java SDK has superseded this deprecated version. Sentry preserves this doc
99

1010
</Alert>
1111

12-
The `sentry-logback` library provides [Logback](http://logback.qos.ch/) support for Sentry via an [Appender](http://logback.qos.ch/apidocs/ch/qos/logback/core/Appender.html) that sends logged exceptions to Sentry. Once this integration is configured you can _also_ use Sentry’s static API, [as shown on the usage page](/platforms/java/legacy/usage), in order to do things like record breadcrumbs, set the current user, or manually send events.
12+
The `sentry-logback` library provides [Logback](http://logback.qos.ch/) support for Sentry via an [Appender](https://logback.qos.ch/manual/appenders.html) that sends logged exceptions to Sentry. Once this integration is configured you can _also_ use Sentry’s static API, [as shown on the usage page](/platforms/java/legacy/usage), in order to do things like record breadcrumbs, set the current user, or manually send events.
1313

1414
The source can be found [on GitHub](https://github.com/getsentry/sentry-java/tree/master/sentry-logback).
1515

docs/platforms/java/common/tracing/instrumentation/custom-instrumentation/caches-module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For detailed information about which data can be set, see the [Cache Module Deve
1515

1616
## Manual Instrumentation
1717

18-
For now you'll need to manually instrument the [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/)) by following the steps below.
18+
For now you'll need to manually instrument the [Cache Module](https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/) by following the steps below.
1919

2020
<PlatformSection supported={["java.spring", "java.spring-boot"]}>
2121
If you are using Spring caching, please take a look at our [proof of concept PR](https://github.com/getsentry/sentry-java/pull/3457) as it shows how to register a cache listener and report cache spans to Sentry.

docs/platforms/javascript/common/configuration/integrations/trpc.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ supported:
1717
- javascript.sveltekit
1818
- javascript.remix
1919
- javascript.astro
20+
- javascript.deno
2021
- javascript.bun
2122
---
2223

0 commit comments

Comments
 (0)