sentry
Sentry API
Add optional referrer field to autofix endpoints
Added new optional referrer string field to the autofix request schema to identify where the issue fix was triggered from. This is a backwards-compatible addition that allows clients to track the origin of autofix requests without breaking existing integrations.
Alert history
- Additive
Add optional referrer field to autofix endpoints
Added new optional
referrerstring field to the autofix request schema to identify where the issue fix was triggered from. This is a backwards-compatible addition that allows clients to track the origin of autofix requests without breaking existing integrations. - Informational
Rename Alerts tag to Spike Protection
Updated OpenAPI tag from
AlertstoSpike Protectionfor 5 spike protection notification endpoints and corresponding tag metadata. This is a documentation/organizational change that reclassifies these endpoints in the API schema without altering their functionality or request/response contracts. - Informational
Monitors API description updated to remove beta notice
The Monitors & Alerts API group description was updated to remove the beta warning and simplify the text. The
x-display-descriptionflag was also changed fromtruetofalse. This is a documentation-only change in the OpenAPI schema that does not affect the actual API behavior or contract.