diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b4c7b7..2d70d6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## unreleased +## 0.0.6 - 2019-08-26 + +- Fixed TypeError in Safari, thanks @backjo (#167) + ## 0.0.5 - 2019-08-09 - Fixes to interaction tracker. diff --git a/README.md b/README.md index b52f8485..bf775684 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,8 @@ trace sample rate via an `ocSampleRate` global variable as well. // By default this is set to sample 1/10000 requests. ocSampleRate = 1.0; - @@ -248,7 +248,7 @@ trace sample rate via an `ocSampleRate` global variable as well. (e.g. React, etc.): ```html ... - @@ -258,7 +258,7 @@ trace sample rate via an `ocSampleRate` global variable as well. - If your application uses the `Zone.js` library, the case for `Angular` apps: ```html ... - @@ -334,8 +334,8 @@ variable. The `traceparent` variable should be in the // We don't need to specify `ocSampleRate` since the trace sampling decision // is coming from the `traceparent` global variable instead. - @@ -356,8 +356,8 @@ In case you want to use trace user interactions: // We don't need to specify `ocSampleRate` since the trace sampling decision // is coming from the `traceparent` global variable instead. - diff --git a/examples/initial_load/kubernetes/oc-agent-cors.template.yaml b/examples/initial_load/kubernetes/oc-agent-cors.template.yaml index f8d63cf5..c2714b24 100644 --- a/examples/initial_load/kubernetes/oc-agent-cors.template.yaml +++ b/examples/initial_load/kubernetes/oc-agent-cors.template.yaml @@ -43,7 +43,7 @@ spec: spec: containers: - name: oc-agent-container - image: omnition/opencensus-agent:0.1.6 + image: omnition/opencensus-agent:0.1.10 volumeMounts: - name: oc-agent-config-vol readOnly: true diff --git a/examples/user_interaction/client/package-lock.json b/examples/user_interaction/client/package-lock.json index 94050ae6..f6ba5e1e 100644 --- a/examples/user_interaction/client/package-lock.json +++ b/examples/user_interaction/client/package-lock.json @@ -1163,82 +1163,82 @@ "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, "@opencensus/web-core": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-core/-/web-core-0.0.5.tgz", - "integrity": "sha512-nJClSEgD9uIlgGrMNLq8dZYkCKT0ZM8C9D1LU5UxBZxRvFye+7ZeiJWPtAYvnuh5MEDK+g+JYmrrBKHhTwammg==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-core/-/web-core-0.0.6.tgz", + "integrity": "sha512-qLIZPsbCGEYNEyfH8/ietJDYhfMfqbWtXp7mFCpE3RvCW/QBUzDnfDRyLJTF6s0Ad5VnlJQ9yF2baDkDAaanpg==", "requires": { - "@opencensus/web-types": "^0.0.5", + "@opencensus/web-types": "^0.0.6", "@types/node": "^12.6.9" }, "dependencies": { "@types/node": { - "version": "12.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.1.tgz", - "integrity": "sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw==" + "version": "12.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.2.tgz", + "integrity": "sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==" } } }, "@opencensus/web-exporter-ocagent": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-exporter-ocagent/-/web-exporter-ocagent-0.0.5.tgz", - "integrity": "sha512-5if5GMo0ufefsvWTgCwh2MX9y1jd6vbhyalr+F+qTCZqfMEUwiT8oYJ+oYAP3VFF0nttiK5kcRHRK6blxNrNoA==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-exporter-ocagent/-/web-exporter-ocagent-0.0.6.tgz", + "integrity": "sha512-edhxxeCeHot/M61Ra4CKPkYuIyDs795gvme3POUHCtweI6xhzbEtA0aWlfmEdGW8sNyx/kk6QX9VPosK/MAH1g==", "requires": { - "@opencensus/web-core": "^0.0.5" + "@opencensus/web-core": "^0.0.6" } }, "@opencensus/web-initial-load": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-initial-load/-/web-initial-load-0.0.5.tgz", - "integrity": "sha512-7Cey3pLL/bwi2EkmoXDltJfTPgE7dr0qRQ09WQc0sQJnAG2ndmdtwdfbzfbT8o28oHxX2XvjYcTca+0inoH8Qg==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-initial-load/-/web-initial-load-0.0.6.tgz", + "integrity": "sha512-cOaMHiufHs0QkDxa3oMTlLwqvnOXMMT2mbkjG+fnVQ4bDxgVYALArx/6sukuVnS2/52vWRlExyd0LFOYfWvGFg==", "requires": { - "@opencensus/web-core": "^0.0.5", - "@opencensus/web-exporter-ocagent": "^0.0.5", - "@opencensus/web-instrumentation-perf": "^0.0.5", - "@opencensus/web-propagation-tracecontext": "^0.0.5", - "@opencensus/web-types": "^0.0.5" + "@opencensus/web-core": "^0.0.6", + "@opencensus/web-exporter-ocagent": "^0.0.6", + "@opencensus/web-instrumentation-perf": "^0.0.6", + "@opencensus/web-propagation-tracecontext": "^0.0.6", + "@opencensus/web-types": "^0.0.6" } }, "@opencensus/web-instrumentation-perf": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-perf/-/web-instrumentation-perf-0.0.5.tgz", - "integrity": "sha512-xIMQbB2a4mrq8fPRupadQOXb44cTGeJQF6/JFRVNXVzdqw4thzVtUWn6K2Od+PV1M3+w0Xhf1+xmsIGVlkYhnA==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-perf/-/web-instrumentation-perf-0.0.6.tgz", + "integrity": "sha512-UaXXZiXpqsLW9CeHmUxlSBo0AYefzghJaD2LuavOKcghIbq4gEZ57qLTDYI56p3B7BQ3FR6myzxIZ/IdjZSkWw==", "requires": { - "@opencensus/web-core": "^0.0.5" + "@opencensus/web-core": "^0.0.6" } }, "@opencensus/web-instrumentation-zone": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-zone/-/web-instrumentation-zone-0.0.5.tgz", - "integrity": "sha512-yp7BJzLO9bQZ0Rwt3o8FArytnoL/z2FRP/rL+HosrNB6oKBg3mUT8CyL3GS0Suc3/kPWBEzMpIhYUCxB+rBvSw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-zone/-/web-instrumentation-zone-0.0.6.tgz", + "integrity": "sha512-5zuvZ++52ngPh6MudNEFq+ZPHvmjbvvJid01XkmAJ6Lh+kbdc3zgXnWTUv0WAJM/QLy9a3MhifeIX88GVIANkQ==", "requires": { - "@opencensus/web-instrumentation-zone-peer-dep": "^0.0.5", + "@opencensus/web-instrumentation-zone-peer-dep": "^0.0.6", "zone.js": "^0.10.1" } }, "@opencensus/web-instrumentation-zone-peer-dep": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-zone-peer-dep/-/web-instrumentation-zone-peer-dep-0.0.5.tgz", - "integrity": "sha512-bZ5pFDhq3shRxzKz+NDtSCMHAyWDC4+M+y6qtPv1RkpGMtI9dlCtudLaZIAV/oiK6pWnsW1rawPE/ZY9CnDBWw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-instrumentation-zone-peer-dep/-/web-instrumentation-zone-peer-dep-0.0.6.tgz", + "integrity": "sha512-fke0jyhrhCigW7hOFSR6ee2zzLjL80kYm0WwudbfNGvxvU0kz/rQYHRa2mwl9xMOzXfYuc+qo/FC/Rfjcej3OA==", "requires": { - "@opencensus/web-core": "^0.0.5", - "@opencensus/web-exporter-ocagent": "^0.0.5", - "@opencensus/web-initial-load": "^0.0.5", - "@opencensus/web-instrumentation-perf": "^0.0.5", - "@opencensus/web-propagation-tracecontext": "^0.0.5" + "@opencensus/web-core": "^0.0.6", + "@opencensus/web-exporter-ocagent": "^0.0.6", + "@opencensus/web-initial-load": "^0.0.6", + "@opencensus/web-instrumentation-perf": "^0.0.6", + "@opencensus/web-propagation-tracecontext": "^0.0.6" } }, "@opencensus/web-propagation-tracecontext": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-propagation-tracecontext/-/web-propagation-tracecontext-0.0.5.tgz", - "integrity": "sha512-uAKymZTxK+njFdAbij4r8gmg16jfu1hQufCoteqnaLws8r3fyKhWgQnzorAwtqGRx+zn9HqEmCivmzpB0OgA5Q==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-propagation-tracecontext/-/web-propagation-tracecontext-0.0.6.tgz", + "integrity": "sha512-l/8+LxFfovrDFngjUqPlP+1+JtRaX4yxm7G7AFH0OYslfNjczpmEq4DAIPD7d4Xl+x3Dxb6X2CTmYvPLt+mKPw==", "requires": { - "@opencensus/web-core": "^0.0.5" + "@opencensus/web-core": "^0.0.6" } }, "@opencensus/web-types": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@opencensus/web-types/-/web-types-0.0.5.tgz", - "integrity": "sha512-DyijGm7h/6Tu8m5fUcElZCPjKGDXNXAyrHX7b9wCKZ5+25yQqedqOzZRUNEG44MCySrVNGYOyjHR4PVsnzsGPA==" + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@opencensus/web-types/-/web-types-0.0.6.tgz", + "integrity": "sha512-KiVZgqRneE6bpfvRlVn1CMfyibeBqgw4cmGHtKTtRvqyRMmR3rKDfZx/2YaevJGlx+BXduC5qAB7lwCHK0MD8g==" }, "@svgr/babel-plugin-add-jsx-attribute": { "version": "4.2.0", @@ -4831,9 +4831,12 @@ } }, "eslint-utils": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz", - "integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz", + "integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==", + "requires": { + "eslint-visitor-keys": "^1.0.0" + } }, "eslint-visitor-keys": { "version": "1.0.0", @@ -12855,9 +12858,9 @@ } }, "zone.js": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.1.tgz", - "integrity": "sha512-PNCeR7yTNse/C1sSv01OWTV6hEnlQP98w5OX7cmNM+7wLCISLukNIzfYoRjdsWTYE3t1PQkjtjGa/GYoeP8Caw==" + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.2.tgz", + "integrity": "sha512-UAYfiuvxLN4oyuqhJwd21Uxb4CNawrq6fPS/05Su5L4G+1TN+HVDJMUHNMobVQDFJRir2cLAODXwluaOKB7HFg==" } } } diff --git a/examples/user_interaction/client/package.json b/examples/user_interaction/client/package.json index c4fd1ccf..642d0b60 100644 --- a/examples/user_interaction/client/package.json +++ b/examples/user_interaction/client/package.json @@ -12,7 +12,7 @@ "metrics" ], "dependencies": { - "@opencensus/web-instrumentation-zone": "^0.0.5", + "@opencensus/web-instrumentation-zone": "^0.0.6", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1", diff --git a/examples/user_interaction/server/package-lock.json b/examples/user_interaction/server/package-lock.json index f391bc97..9eeba593 100644 --- a/examples/user_interaction/server/package-lock.json +++ b/examples/user_interaction/server/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@opencensus/core": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/core/-/core-0.0.14.tgz", - "integrity": "sha512-JozZkTqm57/g1RfMqZ9ZiJrrJ1O4UnVetVTW2e+AFa0fW+Zam5xBD8UmfNAYy/pIYfejknKEO6x9LFW95bbxcw==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/core/-/core-0.0.16.tgz", + "integrity": "sha512-SZv5VpdLAzjLZAXwycj0XnvOWiVLu4HYanEZxXZNpvtXA6tQDlMP8Qssrd7Lz7+mWxAeRNaHiCf9Vy+A15R8tA==", "requires": { "continuation-local-storage": "^3.2.1", "log-driver": "^1.2.7", @@ -17,135 +17,135 @@ } }, "@opencensus/exporter-zipkin": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/exporter-zipkin/-/exporter-zipkin-0.0.14.tgz", - "integrity": "sha512-nh1nROJMaHDy7JgdDtRgSZRvIgl6UsUVQkGO5Qe7TymU4BC4MAkIGGL2Mi8QoSj/Uih7NjO+HvK12Ste6qLUMA==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/exporter-zipkin/-/exporter-zipkin-0.0.16.tgz", + "integrity": "sha512-9THCjbvYyjYRyeFNKXsV7mnaPVEy/a7O8Phyty8BHMlfg04BeJbEBO8Dk5dElDtJiinM+EzRySyBPM5O7QP0aA==", "requires": { - "@opencensus/core": "^0.0.14" + "@opencensus/core": "^0.0.16" } }, "@opencensus/instrumentation-all": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-all/-/instrumentation-all-0.0.14.tgz", - "integrity": "sha512-IlqGnQHlL4iCUrpdUZzkBTclDJVRXHgOWdzRkSF77mx3MR4Z9H0fxZl4pZ1/1MHH3QrVAZeFarmo1X4lRfgY7Q==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-all/-/instrumentation-all-0.0.16.tgz", + "integrity": "sha512-qyroOe8twOSowPLgYTYRS9vSuuvHAVKdxPxcO3uXfJ16LEezfaE9mk1b2Yr109qv1wH/sZNeWzQzCshPFN63nw==", "requires": { - "@opencensus/instrumentation-grpc": "^0.0.14", - "@opencensus/instrumentation-http": "^0.0.14", - "@opencensus/instrumentation-http2": "^0.0.14", - "@opencensus/instrumentation-https": "^0.0.14", - "@opencensus/instrumentation-ioredis": "^0.0.14", - "@opencensus/instrumentation-mongodb": "^0.0.14", - "@opencensus/instrumentation-redis": "^0.0.14" + "@opencensus/instrumentation-grpc": "^0.0.16", + "@opencensus/instrumentation-http": "^0.0.16", + "@opencensus/instrumentation-http2": "^0.0.16", + "@opencensus/instrumentation-https": "^0.0.16", + "@opencensus/instrumentation-ioredis": "^0.0.16", + "@opencensus/instrumentation-mongodb": "^0.0.16", + "@opencensus/instrumentation-redis": "^0.0.16" } }, "@opencensus/instrumentation-grpc": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-grpc/-/instrumentation-grpc-0.0.14.tgz", - "integrity": "sha512-iA7vrkXs2OhuINS344FZ1IDwM25r7z3pETmdEzDmX1b/jQzxfW1uS0FKg1a/Wvzm5B3ZVs7NY40gdtXGl27j7A==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-grpc/-/instrumentation-grpc-0.0.16.tgz", + "integrity": "sha512-GeAAgjouDXNFEb5JVZ/rMNbgKPv8ABSSKy8VoQ2OknXMsvAVK8knTcoMJz3Yrwv4tds6YWXZkQNonsVht4rrOw==", "requires": { - "@opencensus/core": "^0.0.14", - "@opencensus/propagation-binaryformat": "^0.0.14", - "grpc": "~1.20.0", + "@opencensus/core": "^0.0.16", + "@opencensus/propagation-binaryformat": "^0.0.16", + "grpc": "~1.21.0", "lodash": "^4.17.11", "object-sizeof": "^1.3.0", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-http": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-http/-/instrumentation-http-0.0.14.tgz", - "integrity": "sha512-XckkLFH2R+0SHetncxxAaf+DOvUfzlVf/hzeuY4qySTB6N8456tQG26iODn2RuaBNeZ6BRR6qTyY6FrR90XD+Q==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-http/-/instrumentation-http-0.0.16.tgz", + "integrity": "sha512-VVC/d7lMMaTyQ5j1/cBrnDJnRMM18BABMxoeHDKAKmu8BaPplShXcahYt5cc3X1MSd2fkym5BoMbpAC4uggvtg==", "requires": { - "@opencensus/core": "^0.0.14", + "@opencensus/core": "^0.0.16", "semver": "^6.0.0", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-http2": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-http2/-/instrumentation-http2-0.0.14.tgz", - "integrity": "sha512-8M/jmeyM4ybcJH/eqZzZyhrOZnFgsIzARSZ8SVGSXlmSB+riGRTqKzF0BTHIsOhLhi9L1H0dTEoRFcIhSEGHrQ==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-http2/-/instrumentation-http2-0.0.16.tgz", + "integrity": "sha512-W87o0kXsZhReSx0H3KIwD+mu+05SuCCCaUm/ZV0etihB9RpYhFsvv9+NgU55TsQdfVeWN/YiE88YRocU/XpVfA==", "requires": { - "@opencensus/core": "^0.0.14", - "@opencensus/instrumentation-http": "^0.0.14", + "@opencensus/core": "^0.0.16", + "@opencensus/instrumentation-http": "^0.0.16", "semver": "^6.0.0", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-https": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-https/-/instrumentation-https-0.0.14.tgz", - "integrity": "sha512-ttJBs5WQ5wxGQ7m9rjyPqqJpY/2LexJJokbB55+IyrZgh4xKYPS1dCgOlDTOwzOhPg8ok3bjicqc+9+Pl2kSZA==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-https/-/instrumentation-https-0.0.16.tgz", + "integrity": "sha512-opGoZ7M/pxOdDZ1Wt2rH3F92FcR5KeTwJDmpMaeKrzxfHJuGm6VBhSml11sQcY1T4C1J0dNYj5sRLhXSvOKCRg==", "requires": { - "@opencensus/core": "^0.0.14", - "@opencensus/instrumentation-http": "^0.0.14", + "@opencensus/core": "^0.0.16", + "@opencensus/instrumentation-http": "^0.0.16", "semver": "^6.0.0", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-ioredis": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-ioredis/-/instrumentation-ioredis-0.0.14.tgz", - "integrity": "sha512-98nmx2s1jHuFq0drsxbhKzt7sj8gKqS6JWxD1Zv/DqtCmcH/e+chH592QRjCUIIk0xRFsYKP+AhgDR0PcOoUEg==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-ioredis/-/instrumentation-ioredis-0.0.16.tgz", + "integrity": "sha512-XNqzeHY21zL2AZ1HU1ZhtlfQxbo9FX24Z6ZAr8YF8JM1rBn3guwn05yeyhaIQYZE0hBiMHrWWr9dpSFdoPUH7Q==", "requires": { - "@opencensus/core": "^0.0.14", + "@opencensus/core": "^0.0.16", "semver": "^6.0.0", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-mongodb": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-mongodb/-/instrumentation-mongodb-0.0.14.tgz", - "integrity": "sha512-T29xAVbMAU0HJBYgm8IkKMkH9xisbbqSAjouBKuZir3HigbEUXeqmnwuoh7Ht3HXQKYwYn8CR+a6a1RplQOJgA==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-mongodb/-/instrumentation-mongodb-0.0.16.tgz", + "integrity": "sha512-/z+5hk2qC9q+0vwIRwAJTIjo4Lf0vQFIz8sppEnXOt+NrrUVidYsHXueL3PTGCMgW4siMsxHzlrp/vGarzrqfg==", "requires": { - "@opencensus/core": "^0.0.14", + "@opencensus/core": "^0.0.16", "shimmer": "^1.2.0" } }, "@opencensus/instrumentation-redis": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-redis/-/instrumentation-redis-0.0.14.tgz", - "integrity": "sha512-s2HpF+CDQmUxDJjvO3obdWRBGX/up+XgfJsT7s/EeDXa4L4R/bMZ1xkYhvEfKySmgefw6UL3hRPXL4M1l9Cekg==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/instrumentation-redis/-/instrumentation-redis-0.0.16.tgz", + "integrity": "sha512-biJ7SL0jTTlxRCB/0AAZKOaNrRbnvoEOAEyC8tZYarrCoGa79q99y3N3TELE5SZGvkuQ+7dGiMd6VhVfo1Sj3A==", "requires": { - "@opencensus/core": "^0.0.14", + "@opencensus/core": "^0.0.16", "semver": "^6.0.0", "shimmer": "^1.2.0" } }, "@opencensus/nodejs": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/nodejs/-/nodejs-0.0.14.tgz", - "integrity": "sha512-MV12e6sXTKV5C8DKbHXKRNEB6QeKOKQoTzRmAgbGd9tPDNkEWiXm6VWgoR5XW3LRcOu4ZITQ9bWwuwFBip23Pg==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/nodejs/-/nodejs-0.0.16.tgz", + "integrity": "sha512-f+aNXnoby4gKOWygsQxrNHEtput/eqRVHUgpIzt/uVm3PMAWr2ekGpYSFHrc2dTfYxYagmTEwc3U4AkpzRrPIg==", "requires": { - "@opencensus/core": "^0.0.14", - "@opencensus/instrumentation-all": "^0.0.14", - "@opencensus/nodejs-base": "^0.0.14" + "@opencensus/core": "^0.0.16", + "@opencensus/instrumentation-all": "^0.0.16", + "@opencensus/nodejs-base": "^0.0.16" } }, "@opencensus/nodejs-base": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/nodejs-base/-/nodejs-base-0.0.14.tgz", - "integrity": "sha512-Avsg6C1i8UMfE8B+Rp8qr7OMMzy0pTlupH1ddJ59vaePP0YqL4cXJuutHsruf2QTW28eNuSGDtjmtk7F4ksXoA==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/nodejs-base/-/nodejs-base-0.0.16.tgz", + "integrity": "sha512-qM0D9VT6B6aL5cRwrUAVNqx9Rt7Sn5Tzw6oncWcpEKNxQ+nuaEDJre6Ey/UoorAH4VGurM1V74Deq+MV0xgnJw==", "requires": { - "@opencensus/core": "^0.0.14", + "@opencensus/core": "^0.0.16", "extend": "^3.0.2", "require-in-the-middle": "^4.0.0" } }, "@opencensus/propagation-binaryformat": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/propagation-binaryformat/-/propagation-binaryformat-0.0.14.tgz", - "integrity": "sha512-OKqjHZW153moG7dOApY1G6WeyMPm0auqqMmYXiyY9h7cYqtVExqhAJlUnkfKhN5g5729EDgmOoz/h8FpY1oD0Q==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/propagation-binaryformat/-/propagation-binaryformat-0.0.16.tgz", + "integrity": "sha512-pcb8WoEzdCf8zNt4Kd0rG03Frhwwx+SdjgjD3YfT0lElijS7O7NcqJQZySGmVhRuUd6g7DEwNwAjlGgHWHd34w==", "requires": { - "@opencensus/core": "^0.0.14" + "@opencensus/core": "^0.0.16" } }, "@opencensus/propagation-tracecontext": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@opencensus/propagation-tracecontext/-/propagation-tracecontext-0.0.14.tgz", - "integrity": "sha512-pW6KsysjrKepAAbM18mwqxQShIYYfj78cPKu/JUN5mDJBTYEWXJl8pDLMk0tSMs3/zSiFLd7Kbr+fPfibSOjoQ==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@opencensus/propagation-tracecontext/-/propagation-tracecontext-0.0.16.tgz", + "integrity": "sha512-3WCWEyFfCfFOnznpH6NAydJ1dlPIbNY4BPzR3dz60HWv6OfyjUQo56vfCmbGjH/GIDftoRhuDIYON8T7GgYOHw==", "requires": { - "@opencensus/core": "^0.0.14" + "@opencensus/core": "^0.0.16" } }, "acorn": { @@ -233,9 +233,9 @@ }, "dependencies": { "semver": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz", - "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==" + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" } } }, @@ -271,9 +271,9 @@ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "base64-js": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", - "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" }, "brace-expansion": { "version": "1.1.11", @@ -285,9 +285,9 @@ } }, "buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", - "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.2.tgz", + "integrity": "sha512-iy9koArjAFCzGnx3ZvNA6Z0clIbbFgbdWQ0mKD3hO0krOrZh8UgA6qMKcZvwLJxS+D6iVR76+5/pV56yMNYTag==", "requires": { "base64-js": "^1.0.2", "ieee754": "^1.1.4" @@ -831,10 +831,13 @@ } }, "eslint-utils": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz", - "integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==", - "dev": true + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz", + "integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^1.0.0" + } }, "eslint-visitor-keys": { "version": "1.0.0", @@ -1023,9 +1026,9 @@ "dev": true }, "grpc": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/grpc/-/grpc-1.20.3.tgz", - "integrity": "sha512-GsEsi0NVj6usS/xor8pF/xDbDiwZQR59aZl5NUZ59Sy2bdPQFZ3UePr5wevZjHboirRCIQCKRI1cCgvSWUe2ag==", + "version": "1.21.1", + "resolved": "https://registry.npmjs.org/grpc/-/grpc-1.21.1.tgz", + "integrity": "sha512-PFsZQazf62nP05a0xm23mlImMuw5oVlqF/0zakmsdqJgvbABe+d6VThY2PfhqJmWEL/FhQ6QNYsxS5EAM6++7g==", "requires": { "lodash.camelcase": "^4.3.0", "lodash.clone": "^4.5.0", @@ -1345,7 +1348,7 @@ }, "dependencies": { "glob": { - "version": "7.1.3", + "version": "7.1.4", "bundled": true, "requires": { "fs.realpath": "^1.0.0", @@ -1868,11 +1871,11 @@ "dev": true }, "object-sizeof": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/object-sizeof/-/object-sizeof-1.4.0.tgz", - "integrity": "sha512-ehpLH3Jjs3tGVzhkPYC+z0Cczpx5FZnCaCmWS4GkxZnGgGB1jCWSju8WTRdCGmCRNoXidmBurDyzaDiZVlOrVw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/object-sizeof/-/object-sizeof-1.5.1.tgz", + "integrity": "sha512-htKkjOdWqxZQg5V6/M0tA/yLiYaRize4MzAyzibuR9Q0Jy/WYFRmTH4FYiGTdTXi2hbzxzdnaLv4K8N4VX7YTQ==", "requires": { - "buffer": "^5.2.1" + "buffer": "^5.4.0" } }, "once": { @@ -2141,13 +2144,23 @@ "dev": true }, "require-in-the-middle": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-4.0.0.tgz", - "integrity": "sha512-GX12iFhCUzzNuIqvei0dTLUbBEjZ420KTY/MmDxe2GQKPDGyH/wgfGMWFABpnM/M6sLwC3IaSg8A95U6gIb+HQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-4.0.1.tgz", + "integrity": "sha512-EfkM2zANyGkrfIExsECMeNn/uzjvHrE9h36yLXSavmrDiH4tgDNvltAmEKnt4PNLbqKPHZz+uszW2wTKrLUX0w==", "requires": { "debug": "^4.1.1", "module-details-from-path": "^1.0.3", - "resolve": "^1.10.0" + "resolve": "^1.12.0" + }, + "dependencies": { + "resolve": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", + "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", + "requires": { + "path-parse": "^1.0.6" + } + } } }, "require-uncached": { @@ -2164,6 +2177,7 @@ "version": "1.11.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz", "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==", + "dev": true, "requires": { "path-parse": "^1.0.6" } @@ -2242,9 +2256,9 @@ } }, "semver": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.1.3.tgz", - "integrity": "sha512-aymF+56WJJMyXQHcd4hlK4N75rwj5RQpfW8ePlQnJsTYOBLlLbcIErR/G1s9SkIvKBqOudR3KAx4wEqP+F1hNQ==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, "shebang-command": { "version": "1.2.0", @@ -2490,9 +2504,9 @@ } }, "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" }, "validate-npm-package-license": { "version": "3.0.4", diff --git a/examples/user_interaction/server/package.json b/examples/user_interaction/server/package.json index 406b4711..b513ea36 100644 --- a/examples/user_interaction/server/package.json +++ b/examples/user_interaction/server/package.json @@ -21,9 +21,9 @@ "node": ">=8" }, "dependencies": { - "@opencensus/exporter-zipkin": "^0.0.14", - "@opencensus/nodejs": "^0.0.14", - "@opencensus/propagation-tracecontext": "^0.0.14", + "@opencensus/exporter-zipkin": "^0.0.16", + "@opencensus/nodejs": "^0.0.16", + "@opencensus/propagation-tracecontext": "^0.0.16", "fs": "*", "http": "*", "sleep": "^6.1.0"