-
Notifications
You must be signed in to change notification settings - Fork 17.3k
feat(reports): add webhook option for notifications #36127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
733ef31
b7a7914
d51af86
1494a81
c8064a8
f9e9f6e
8b13ade
80880d8
a191ec8
7cbc1e3
aab2ee4
d5cb3d3
1d40911
7c14cbb
f4deefb
26cede2
363194e
8fd4a7c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ export enum FeatureFlag { | |
| AlertReports = 'ALERT_REPORTS', | ||
| AlertReportTabs = 'ALERT_REPORT_TABS', | ||
| AlertReportSlackV2 = 'ALERT_REPORT_SLACK_V2', | ||
| AlertReportWebhook = 'ALERT_REPORT_WEBHOOK', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure we need this feature flag. I think this won't really break anything for existing users, and only ads new tooling for users. In fairiness, we should probably open another PR to remove ALERT_REPORT_SLACK_V2 soon and complete that migration. And probably several others 😅
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Someone in the slack chat suggested that I add this to make it similar to how slack notifications are disabled by default and only enabled when a slack API key is provided. I dont mind removing it though since i agree i also dont really see how it breaks anything. Let me know what you think!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Gentle ping @rusackas 😄 |
||
| AlertReportsFilter = 'ALERT_REPORTS_FILTER', | ||
| AllowFullCsvExport = 'ALLOW_FULL_CSV_EXPORT', | ||
| AvoidColorsCollision = 'AVOID_COLORS_COLLISION', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.