Since moving to the beta version of rollbar to test the session replay feature we are getting a spam of console logs in the console.
These logs are coming from this line
|
console.log(spans); // console exporter, TODO: make optional |
Steps to reproduce
Turn on the session replay feature and cause any rollbar event to fire an easy replication is to place rollbar.info on a button and see a logged event for each click of the button.
Expected behavior
Logs are not emitted following the configuration options
Actual behavior
Logs are emitted regardless
Since moving to the beta version of rollbar to test the session replay feature we are getting a spam of console logs in the console.
These logs are coming from this line
rollbar.js/src/tracing/exporter.js
Line 15 in e5d010a
Steps to reproduce
Turn on the session replay feature and cause any rollbar event to fire an easy replication is to place
rollbar.infoon a button and see a logged event for each click of the button.Expected behavior
Logs are not emitted following the configuration options
Actual behavior
Logs are emitted regardless