Skip to content

Commit 9f67714

Browse files
sfanahataShannon Anahata
andauthored
Adding v0 and dashboard refresh info to TA (#15058)
## DESCRIBE YOUR PR Test Analytics UX has some updates that would be useful for people to know about. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [x] Urgent deadline (GA date, etc.): Ideally today - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] 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) Co-authored-by: Shannon Anahata <[email protected]>
1 parent c3ec254 commit 9f67714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/test-analytics/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are already using GitHub Actions, you can use the `getsentry/prevent-acti
3737
```yaml
3838
- name: Upload test results to Sentry
3939
if: ${{ !cancelled() }}
40-
uses: getsentry/prevent-action
40+
uses: getsentry/prevent-action@v0
4141
with:
4242
token: ${{ secrets.SENTRY_PREVENT_TOKEN }}
4343
```
@@ -91,7 +91,7 @@ After your workflow runs, view failed tests in the [failed tests dashboard](http
9191

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

94-
You can see a complete overview of your test analytics in the [test analytics dashboard](https://sentry.io/prevent/tests/).
94+
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.
9595

9696
## Permissions and Repository Tokens
9797
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.

0 commit comments

Comments
 (0)