We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6631d commit 9068301Copy full SHA for 9068301
1 file changed
static/app/types/integrations.tsx
@@ -246,8 +246,7 @@ export type SentryApp = {
246
id: number;
247
slug: string;
248
};
249
- // Each entry is a "Header-Name: value" line. Values are masked by the API for
250
- // viewers without elevated access.
+ // Each entry is a "Header-Name: value" line. Saved values are masked by the API
251
webhookHeaders?: string[];
252
253
0 commit comments