-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add document and website entry in app
- Loading branch information
1 parent
1895ac7
commit f74289f
Showing
9 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Feed", | ||
"position": 17 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Integration with Sentry | ||
|
||
:::info | ||
Learn more about sentry in [sentry.io](https://sentry.io/) | ||
::: | ||
|
||
Click `Settings` => `Integrations` => `Create New Integration` | ||
|
||
![](./assets/sentry1.png) | ||
|
||
Create a `Internal Integration` application | ||
|
||
![](./assets/sentry2.png) | ||
|
||
Input name `Tianji` and put in webhook url into form. | ||
|
||
![](./assets/sentry3.png) | ||
|
||
Don't forget enable `Alert Rule Action` | ||
|
||
![](./assets/sentry4.png) | ||
|
||
Then, add issue read `permission`, and webhook add `issue` and `error` | ||
|
||
![](./assets/sentry5.png) | ||
|
||
Finally, you can create a alert rule, and you can see `Tianji` in notification section dropdown list | ||
|
||
![](./assets/sentry6.png) |