Add required env vars for backends in README

This commit is contained in:
Raghunandan
2020-05-22 00:00:07 +02:00
parent be3f8c3b52
commit 236bbd72a1
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -11,3 +11,7 @@ Your plugin has been added to the example app in this repository, meaning you'll
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the [/dev](/dev) directory.
Needs SENTRY_TOKEN set in the environment for the backend to startup
export SENTRY_TOKEN=<INSERT_SENTRY_TOKEN_HERE>