Skip to content

Commit f0d728d

Browse files
author
Shannon Anahata
committed
adding proper links
1 parent fe3b16d commit f0d728d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/product/test-analytics/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sentry Prevent Test Analytics provides actionable insights into your CI test run
2121

2222
![Test Analytics Dashboard](./img/TA-dash.png)
2323

24-
To use Sentry Prevent Test Analytics, you’ll need to install the [Sentry app]() on your GitHub organization or specific repositories. Once installed, choose your JUnit XML Report language and [set your permissions](#permissions-and-repository-tokens) using a repository secret.
24+
To use Sentry Prevent Test Analytics, you’ll need to install the [Sentry app](https://github.com/apps/sentry-io) on your GitHub organization or specific repositories. Once installed, choose your JUnit XML Report language and [set your permissions](#permissions-and-repository-tokens) using a repository secret.
2525

2626
**There are two ways to upload your test results:**
2727

@@ -40,16 +40,16 @@ Now that you've configured your CI to upload your test results, you can inspect
4040

4141
## Viewing Test Analytics
4242

43-
After your workflow runs, view failed tests in the [failed tests dashboard](), or in your GitHub pull request comments.
43+
After your workflow runs, view failed tests in the [failed tests dashboard](https://sentry.io/prevent/failed-tests/), or in your GitHub pull request comments.
4444

4545
![Test Analytics comment](./img/TA-comment.png)
4646

47-
You can see a complete overview of your test analytics in the [test analytics dashboard]().
47+
You can see a complete overview of your test analytics in the [test analytics dashboard](sentry.io/prevent/).
4848

4949
## Permissions and Repository Tokens
5050
When configuring Test Analytics, you'll be asked to choose your upload permissions. For GitHub Actions, you can use [OpenID Connect](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect), or generate a repository token. Using the CLI, generate a repository token.
5151

52-
You can find a list of repository tokens on the Sentry Prevent [tokens page]().
52+
You can find a list of repository tokens on the Sentry Prevent [tokens page](https://sentry.io/prevent/tokens/).
5353

5454
## Read Next
5555

0 commit comments

Comments
 (0)