diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-04 08:10:13 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-04 08:10:13 +0800 |
commit | 1107b84949ea74467393edc1496c153f5ce7f64d (patch) | |
tree | 009a4e666aec5550ad891b4ac39acd23a2a251c1 /packages | |
parent | 239116eec47482807029c14b08f2ac6bb72b47d2 (diff) | |
download | dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar.gz dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar.bz2 dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar.lz dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar.xz dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.tar.zst dexon-sol-tools-1107b84949ea74467393edc1496c153f5ce7f64d.zip |
updating .env example
Diffstat (limited to 'packages')
-rw-r--r-- | packages/instant/.env_example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/instant/.env_example b/packages/instant/.env_example index ebbbebc06..234e64bbe 100644 --- a/packages/instant/.env_example +++ b/packages/instant/.env_example @@ -1,4 +1,7 @@ INSTANT_ROLLBAR_PUBLISH_TOKEN= INSTANT_ROLLBAR_CLIENT_TOKEN= INSTANT_HEAP_ANALYTICS_ID_PRODUCTION= -INSTANT_HEAP_ANALYTICS_ID_DEVELOPMENT=
\ No newline at end of file +INSTANT_HEAP_ANALYTICS_ID_DEVELOPMENT= +# if you want to report to heap or rollbar when building in development mode, you can use the following: +# INSTANT_HEAP_FORCE_DEVELOPMENT=true +# INSTANT_ROLLBAR_FORCE_DEVELOPMENT=true
\ No newline at end of file |