Skip to content

Commit b0a1d4b

Browse files
authored
Update sentry.md
1 parent fd4c24b commit b0a1d4b

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

docs/integrations/webhooks/sentry.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ The Sumo Logic app for Sentry ingests Sentry events into Sumo Logic through an o
2424
### Sample log messages
2525

2626
<details>
27-
<summary>View sample log message</summary>
27+
<summary>Issue</summary>
2828

29-
```json title="Issue"
29+
```json
3030
{
3131
"action": "created",
3232
"installation": {
@@ -96,8 +96,12 @@ The Sumo Logic app for Sentry ingests Sentry events into Sumo Logic through an o
9696
}
9797
}
9898
```
99+
</details>
99100

100-
```json title="Comment"
101+
<details>
102+
<summary>Comment</summary>
103+
104+
```json
101105
{
102106
"action": "created",
103107
"installation": {
@@ -117,8 +121,12 @@ The Sumo Logic app for Sentry ingests Sentry events into Sumo Logic through an o
117121
}
118122
}
119123
```
124+
</details>
120125

121-
```json title="Error"
126+
<details>
127+
<summary>Error</summary>
128+
129+
```json
122130
{
123131
"action": "created",
124132
"installation": {
@@ -507,8 +515,12 @@ The Sumo Logic app for Sentry ingests Sentry events into Sumo Logic through an o
507515
}
508516
}
509517
```
518+
</details>
510519

511-
```json title="Issue Alerts"
520+
<details>
521+
<summary>Issue Alerts</summary>
522+
523+
```json
512524
{
513525
"action": "triggered",
514526
"installation": {
@@ -990,8 +1002,12 @@ The Sumo Logic app for Sentry ingests Sentry events into Sumo Logic through an o
9901002
}
9911003
}
9921004
```
1005+
</details>
9931006

994-
```json title="Metric Alerts"
1007+
<details>
1008+
<summary>Metric Alerts</summary>
1009+
1010+
```json
9951011
{
9961012
"action": "warning",
9971013
"installation": {

0 commit comments

Comments
 (0)