diff options
author | Steve Klebanoff <steve@0xproject.com> | 2018-12-04 08:52:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 08:52:06 +0800 |
commit | 703cea6173f72ceb6969bc17bda0735b86477522 (patch) | |
tree | f73fb94c3de9e2718bcec5f5d0e0c736c1d11b28 /packages/instant/.env_example | |
parent | 2601d16efbb1e85eadca459e5dc64e78099e738a (diff) | |
parent | 1107b84949ea74467393edc1496c153f5ce7f64d (diff) | |
download | dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar.gz dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar.bz2 dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar.lz dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar.xz dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.tar.zst dexon-sol-tools-703cea6173f72ceb6969bc17bda0735b86477522.zip |
Merge pull request #1370 from 0xProject/feature/instant/explicitly-enable-heap-dev
[instant] Must explicitly specify when want to send to heap when developing
Diffstat (limited to 'packages/instant/.env_example')
-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 |