Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 5f557be

Browse files
Christine Lovettlimitedmage
Christine Lovett
andauthored
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]>
1 parent 81532ef commit 5f557be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/code_monitoring/how-tos/slack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use that webhook's URL.
1616

1717
## Prerequisites
1818

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.
2020
- You must have permission to create apps inside of your organization's Slack workspace
2121

2222
## Creating a Slack webhook

0 commit comments

Comments
 (0)