Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/product/test-analytics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you are already using GitHub Actions, you can use the `getsentry/prevent-acti
```yaml
- name: Upload test results to Sentry
if: ${{ !cancelled() }}
uses: getsentry/prevent-action
uses: getsentry/prevent-action@v0
with:
token: ${{ secrets.SENTRY_PREVENT_TOKEN }}
```
Expand Down Expand Up @@ -91,7 +91,7 @@ After your workflow runs, view failed tests in the [failed tests dashboard](http

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

You can see a complete overview of your test analytics in the [test analytics dashboard](https://sentry.io/prevent/tests/).
You can see a complete overview of your test analytics in the [test analytics dashboard](https://sentry.io/prevent/tests/). **Note**: The `All Branches`dashboard refreshes every 24 hours.

## Permissions and Repository Tokens
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.
Expand Down
Loading