webhooks: Remove second example screenshot from Sentry and Teamcity.

This commit is contained in:
Niloth P
2024-12-31 23:22:02 +05:30
committed by Tim Abbott
parent 74d730f464
commit fa0ea2aa2d
5 changed files with 2 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -763,10 +763,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"rhodecode": [ScreenshotConfig("push.json")],
"rundeck": [ScreenshotConfig("start.json")],
"semaphore": [ScreenshotConfig("pull_request.json")],
"sentry": [
ScreenshotConfig("event_for_exception_python.json"),
ScreenshotConfig("issue_assigned_to_team.json", "002.png"),
],
"sentry": [ScreenshotConfig("event_for_exception_python.json")],
"slack": [ScreenshotConfig("message_with_normal_text.json")],
"sonarqube": [ScreenshotConfig("error.json")],
"sonarr": [ScreenshotConfig("sonarr_episode_grabbed.json")],
@@ -774,7 +771,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"statuspage": [ScreenshotConfig("incident_created.json")],
"stripe": [ScreenshotConfig("charge_succeeded__card.json")],
"taiga": [ScreenshotConfig("userstory_changed_status.json")],
"teamcity": [ScreenshotConfig("success.json"), ScreenshotConfig("personal.json", "002.png")],
"teamcity": [ScreenshotConfig("success.json")],
"thinkst": [ScreenshotConfig("canary_consolidated_port_scan.json")],
"transifex": [
ScreenshotConfig(

View File

@@ -52,7 +52,6 @@ Get Zulip notifications for the issues in your Sentry projects!
{!congrats.md!}
![](/static/images/integrations/sentry/001.png)
![](/static/images/integrations/sentry/002.png)
### Related documentation

View File

@@ -38,8 +38,6 @@ TeamCity username to a Zulip user (by matching it to a Zulip user's
email address or full name), then that Zulip user will receive a direct
message with the result of their personal build.
![](/static/images/integrations/teamcity/002.png)
### Related documentation
- [tcWebHooks plugin][1]