@sentry/api 0.257.0 → 0.258.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 +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -27073,7 +27073,7 @@ export type GetProjectEventAttachmentData = {
|
|
|
27073
27073
|
};
|
|
27074
27074
|
query?: {
|
|
27075
27075
|
/**
|
|
27076
|
-
* If this parameter is present, the response will be a binary file download instead of JSON metadata. The value does not matter — any value (including empty) triggers the download.
|
|
27076
|
+
* If this parameter is present, the response will be a binary file download instead of JSON metadata. The value does not matter — any value (including empty) triggers the download. Depending on where the attachment is stored, the response may be a redirect to the storage service, so clients must follow redirects.
|
|
27077
27077
|
*/
|
|
27078
27078
|
download?: string;
|
|
27079
27079
|
};
|