Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve JavaScript reliability #599

Merged
merged 2 commits into from Feb 8, 2023
Merged

Conversation

snake14
Copy link
Contributor

@snake14 snake14 commented Feb 7, 2023

Description:

The JavaScript is failing for some reason. This is an attempt to fix it.

Review

@snake14 snake14 marked this pull request as ready for review February 8, 2023 00:23
@@ -115,7 +120,7 @@

var setCustomDimensionIndexes = [];
indexesToRemove = [];
var _paq = JSON.parse(JSON.stringify(initialPaq));
var localPaq = JSON.parse(JSON.stringify(initialPaq));
Copy link
Contributor

Choose a reason for hiding this comment

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

Just for my understanding was this variable name conflicting with tests ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's the only thing that I can think of, cause my change around window._paq didn't make the build pass.

Copy link
Contributor

Choose a reason for hiding this comment

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

okay

@snake14 snake14 merged commit a30bec5 into 4.x-dev Feb 8, 2023
@snake14 snake14 deleted the pg-1718-trying-to-fix-broken-build branch February 8, 2023 02:13
@bx80 bx80 changed the title Attempting to fix broken JavaScript build Improve JavaScript reliability Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants