Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix: Fix feature flag local development file path (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng authored Jan 24, 2024
1 parent e9341ca commit aa93f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ organization.features.includes('test-feature'); // evals to True/False

In Sentry you can run `sentry devserver` to view your changes in development
mode. If you would like to view a change behind a feature flag, you will need to
open the file `~/.sentry/sentry.config.py` on your local machine. This file
open the file `~/.sentry/sentry.conf.py` on your local machine. This file
contains your local settings for the sentry application, and can be viewed and
edited. If you would like to toggle a flag on or off, add this to your
configuration file:
Expand Down

1 comment on commit aa93f01

@vercel
Copy link

@vercel vercel bot commented on aa93f01 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.