Skip to content

Commit 1d4142f

Browse files
dashedopenapi-getsentry-bot
authored and
openapi-getsentry-bot
committed
Generated
1 parent 3ee47e2 commit 1d4142f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openapi-derefed.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24400,12 +24400,15 @@
2440024400
"replay",
2440124401
"profile",
2440224402
"profile_duration",
24403+
"profile_duration_ui",
24404+
"profile_chunk",
24405+
"profile_chunk_ui",
2440324406
"monitor"
2440424407
],
2440524408
"type": "string",
2440624409
"minLength": 1
2440724410
},
24408-
"description": "Filter by data category. Each category represents a different type of data:\n\n- `error`: Error events (includes `default` and `security` categories)\n- `transaction`: Transaction events\n- `attachment`: File attachments (note: cannot be combined with other categories since quantity represents bytes)\n- `replay`: Session replay events\n- `profile`: Performance profiles\n- `profile_duration`: Profile duration data (note: cannot be combined with other categories since quantity represents milliseconds)\n- `monitor`: Cron monitor events\n\n* `error`\n* `transaction`\n* `attachment`\n* `replay`\n* `profile`\n* `profile_duration`\n* `monitor`"
24411+
"description": "Filter by data category. Each category represents a different type of data:\n\n- `error`: Error events (includes `default` and `security` categories)\n- `transaction`: Transaction events\n- `attachment`: File attachments (note: cannot be combined with other categories since quantity represents bytes)\n- `replay`: Session replay events\n- `profile`: Performance profiles\n- `profile_duration`: Profile duration data (note: cannot be combined with other categories since quantity represents milliseconds)\n- `profile_duration_ui`: Profile duration (UI) data (note: cannot be combined with other categories since quantity represents milliseconds)\n- `profile_chunk`: Profile chunk data\n- `profile_chunk_ui`: Profile chunk (UI) data\n- `monitor`: Cron monitor events\n\n* `error`\n* `transaction`\n* `attachment`\n* `replay`\n* `profile`\n* `profile_duration`\n* `profile_duration_ui`\n* `profile_chunk`\n* `profile_chunk_ui`\n* `monitor`"
2440924412
},
2441024413
{
2441124414
"in": "query",

0 commit comments

Comments
 (0)