@sentry/api 0.292.0 → 0.293.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.gen.d.ts +3 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -28490,7 +28490,7 @@ export type ListProjectEventsData = {
|
|
|
28490
28490
|
*/
|
|
28491
28491
|
cursor?: string;
|
|
28492
28492
|
/**
|
|
28493
|
-
* Specify true to include the full event body, including the stacktrace, in the event payload.
|
|
28493
|
+
* Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
|
|
28494
28494
|
*/
|
|
28495
28495
|
full?: boolean;
|
|
28496
28496
|
/**
|
|
@@ -36116,7 +36116,7 @@ export type ListOrganizationIssueEventsData = {
|
|
|
36116
36116
|
*/
|
|
36117
36117
|
environment?: Array<string>;
|
|
36118
36118
|
/**
|
|
36119
|
-
* Specify true to include the full event body, including the stacktrace, in the event payload.
|
|
36119
|
+
* Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
|
|
36120
36120
|
*/
|
|
36121
36121
|
full?: boolean;
|
|
36122
36122
|
/**
|
|
@@ -36458,7 +36458,7 @@ export type ListOrganizationIssueHashesData = {
|
|
|
36458
36458
|
};
|
|
36459
36459
|
query?: {
|
|
36460
36460
|
/**
|
|
36461
|
-
* Specify true to include the full event body, including the stacktrace, in the event payload.
|
|
36461
|
+
* Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
|
|
36462
36462
|
*/
|
|
36463
36463
|
full?: boolean;
|
|
36464
36464
|
/**
|