You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Specify where code monitor flag is set and fix syntax (#35809)
* Specify where feature flag is set and fixed syntax
The previous version does not specify where the feature flag needed to be configured (Global Settings) and the provided syntax did not work
* Update doc/code_monitoring/how-tos/slack.md
Co-authored-by: Juliana Peña <[email protected]>
Co-authored-by: Juliana Peña <[email protected]>
Copy file name to clipboardExpand all lines: doc/code_monitoring/how-tos/slack.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ use that webhook's URL.
16
16
17
17
## Prerequisites
18
18
19
-
- You must have the experimental feature flag `experimentalFeatures.codeMonitoringWebHooks` set to `true`in your Sourcegraph settings
19
+
- You must have the experimental feature flag ` "experimentalFeatures": { "codeMonitoringWebHooks": true } ` set in your user, org, or global settings.
20
20
- You must have permission to create apps inside of your organization's Slack workspace
0 commit comments