Skip to content

Conversation

@Dobrunia
Copy link
Member

Description
Problem: console tracker is always enabled, limiting flexibility
Changes: added config option to enable or disable console tracker


addErrorEvent(event);
if (this.consoleTracking) {
addErrorEvent(event);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
addErrorEvent(event);
this.cosnoleTracker.addErrorEvent(event);

@Dobrunia Dobrunia merged commit f0298ce into master May 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants