You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do i understand this right that people who have deployed jaeger in their environment will automatically have their jaegers send errors to a GA account owned by the jaeger team?
is there any chance confidential information might leak? e.g. from data in logs or spans. this is a bit concerning to me.
can GA be made opt-in ? (off by default?)
Activity
yurishkuro commentedon Jul 11, 2017
+1. I assume there are existing solutions for that though, rather than us building something custom.
vprithvi commentedon Jul 11, 2017
Yes, tools like Sentry, Usersnap, etc allow for this.
Ideally, we'd add an extension point that people can plug some solutions into.
yurishkuro commentedon Aug 10, 2017
Google Analytics may support that
tiffon commentedon Oct 30, 2017
Google analytics does support this:
https://developers.google.com/analytics/devguides/collection/analyticsjs/exceptions
The
window.onerror
andwindow.onunhandledrejection
(chrome only) can be used for this.Dieterbe commentedon May 3, 2018
do i understand this right that people who have deployed jaeger in their environment will automatically have their jaegers send errors to a GA account owned by the jaeger team?
is there any chance confidential information might leak? e.g. from data in logs or spans. this is a bit concerning to me.
can GA be made opt-in ? (off by default?)
yurishkuro commentedon May 3, 2018
it is opt-in, there is no default GA app id in the code.
Dieterbe commentedon May 3, 2018
Great thanks Yuri .
1 remaining item