-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add analytics #482
Merged
Merged
Add analytics #482
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ee71471
Merge branch 'develop' of github.com:cosmos/voyager into develop
faboweb 39a5e89
add default network to config
faboweb 3a296fa
add google analytics
faboweb ca7d471
add sentry error reporting
faboweb 831fcaf
updated changelog
faboweb 5c5c23d
removed expected thrown error
faboweb a2427e1
Merge branch 'develop' into fabo/460-add-analytics
faboweb c37327e
fixed typo
faboweb dfb4237
fix tests
faboweb 5ed5c7c
fix tests
faboweb e018ecb
renaming
faboweb 6cb4576
Merge branch 'develop' into fabo/460-add-analytics
jbibla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,12 @@ let config = { | |
overwrite: true, | ||
platform: process.env.PLATFORM_TARGET || 'darwin,linux,win32', | ||
packageManager: 'yarn' | ||
} | ||
}, | ||
|
||
default_network: 'gaia-2', | ||
analytics_networks: ['gaia-2', 'gaia-3-dev', 'gaia-3'], | ||
google_analytics: 'UA-51029217-3', | ||
sentry_dsn: 'https://4dee9f70a7d94cc0959a265c45902d84:[email protected]/288169' | ||
} | ||
|
||
config.building.name = config.name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1499,6 +1499,10 @@ chardet@^0.4.0: | |
version "0.4.2" | ||
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" | ||
|
||
charenc@~0.0.1: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667" | ||
|
||
chart.js@^2.6.0: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.7.1.tgz#ae90b4aa4ff1f02decd6b1a2a8dabfd73c9f9886" | ||
|
@@ -1948,6 +1952,10 @@ [email protected]: | |
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/cross-unzip/-/cross-unzip-0.0.2.tgz#5183bc47a09559befcf98cc4657964999359372f" | ||
|
||
crypt@~0.0.1: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b" | ||
|
||
[email protected]: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" | ||
|
@@ -4061,7 +4069,7 @@ is-binary-path@^1.0.0: | |
dependencies: | ||
binary-extensions "^1.0.0" | ||
|
||
is-buffer@^1.1.5: | ||
is-buffer@^1.1.5, is-buffer@~1.1.1: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | ||
|
||
|
@@ -5218,6 +5226,14 @@ md5.js@^1.3.4: | |
hash-base "^3.0.0" | ||
inherits "^2.0.1" | ||
|
||
md5@^2.2.1: | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/md5/-/md5-2.2.1.tgz#53ab38d5fe3c8891ba465329ea23fac0540126f9" | ||
dependencies: | ||
charenc "~0.0.1" | ||
crypt "~0.0.1" | ||
is-buffer "~1.1.1" | ||
|
||
mdurl@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" | ||
|
@@ -6685,6 +6701,20 @@ range-parser@^1.0.3, range-parser@~1.2.0: | |
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" | ||
|
||
raven-js@^3.22.3: | ||
version "3.22.3" | ||
resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.22.3.tgz#8330dcc102b699ffbc2f48790978b997bf4d8f75" | ||
|
||
raven@^2.4.1: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/raven/-/raven-2.4.1.tgz#7a6a6ff1c42d0a3892308f44c94273e7f88677fd" | ||
dependencies: | ||
cookie "0.3.1" | ||
md5 "^2.2.1" | ||
stack-trace "0.0.9" | ||
timed-out "4.0.1" | ||
uuid "3.0.0" | ||
|
||
[email protected], raw-body@^2.3.0: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.2.tgz#bcd60c77d3eb93cde0050295c3f379389bc88f89" | ||
|
@@ -7575,6 +7605,10 @@ stack-generator@^2.0.1: | |
dependencies: | ||
stackframe "^1.0.4" | ||
|
||
[email protected]: | ||
version "0.0.9" | ||
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.9.tgz#a8f6eaeca90674c333e7c43953f275b451510695" | ||
|
||
stackframe@^1.0.3, stackframe@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.0.4.tgz#357b24a992f9427cba6b545d96a14ed2cbca187b" | ||
|
@@ -7986,7 +8020,7 @@ time-stamp@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-2.0.0.tgz#95c6a44530e15ba8d6f4a3ecb8c3a3fac46da357" | ||
|
||
timed-out@^4.0.0: | ||
timed-out@4.0.1, timed-out@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" | ||
|
||
|
@@ -8329,6 +8363,10 @@ [email protected]: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" | ||
|
||
[email protected]: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.0.tgz#6728fc0459c450d796a99c31837569bdf672d728" | ||
|
||
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the space matter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which space?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm. i misread.