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
Sentry Breadcrumbs display object.toString() representation for console.log('message', {value: 1}), which is quite useless. The console arguments should be sent to Sentry in JSON (JSON.stringify()) so as the values are displayed instead of [object Object].
fungilation, chris-griffin, Scoppio, RavenXce, jackrvaughan and 3 more