Skip to content

Commit

Permalink
Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed authored and openapi-getsentry-bot committed Nov 12, 2024
1 parent 60f1cbc commit 5004882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi-derefed.json
Original file line number Diff line number Diff line change
Expand Up @@ -21433,12 +21433,13 @@
"attachment",
"replay",
"profile",
"profile_duration",
"monitor"
],
"type": "string",
"minLength": 1
},
"description": "If filtering by attachments, you cannot filter by any other category due to quantity values becoming nonsensical (combining bytes and event counts).\n\nIf filtering by `error`, it will automatically add `default` and `security` as we currently roll those two categories into `error` for displaying.\n\n* `error`\n* `transaction`\n* `attachment`\n* `replay`\n* `profile`\n* `monitor`"
"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`"
},
{
"in": "query",
Expand Down

0 comments on commit 5004882

Please sign in to comment.