Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
Feature/console debugging #568
Feature/console debugging #568
Changes from 1 commit
75b00918d370823049bd1fe03ad7f11bc185f3471ed4d84dc17f90eda77cd1bc31dbaf3d50aff227d0120988a29b55be21241747ceb413fbac0ec93fd954ebe815546ae8ffcc4c56460c5ef6633ca24024533fd7590aa60ecb62e8f634c1dea5143275a88cb68493d262970629b4d16c12e1f95a4986abc3f4cfd510c5414c73cfc06b56417264190429be342fc6a2f4eae3619ff0bf689785b2f07805c8ff48b7afdd3bc26d7623b9e9227c9f88cabc7960b24d6aaa290b015f8ebe975d9f1dec9ac3cf9365bb652188644338759cd3082e90520a73c9d1f97560271fc78caac5f1bd3048a361c439e40c24f75a6ffbab6bcaee5ae20d98e58abd864a166702a5077e525b3fc2a11bcfc747795008e1a7ca56d11a789abffcce7c2f633a96dfd877618f6c4b74dd9499c2a61203e94f71e2d57af3ce9d747c303e3cdcce25c44c06663b176ee3786cda021287ed4e841bafe1207d15a550eda95d2676b82aa5f7422611d2c01ecaa771a943497b354a8af80ca87634facaf81edd16f8f9942da191bba79e4a04fb6b18f692fc142e6c8397027e3b196defdf08bc789fe502f10e41bca7de9b5b638082f56f98cdaeb569e37df89c6aefc8d17488fe3f0a671aa102d355cdaa5340da49731147bd8ee1dbbf5d860ad72583d57e03963167b9feedd7088171f4b3be16ac447cdace9369f3e3e79d3d291ff693a01fe9c75dbad963b6f1a00b2122b91a5be002cda27c3f460017362debff9adea5e7c649e58File filter
Jump to
Add accountEvents array to Ghostery Debug for logging login/out events
christophertinoJul 21, 2020
Member
Per Jose, standardize this by moving inside the migration call.
IAmThePanJul 28, 2020
Author
Contributor
Keeping
initoutside so it won't be dependent onaccount.migrateresolving.wlycdgrJul 21, 2020
Member
Does this need to be wrapped in an
else?IAmThePanJul 28, 2020
Author
Contributor
you shouldn't have to as the function returns in the preceding lines.
christophertinoSep 22, 2020
Member
@wlycdgr This throws an error that
addAccountEventdoes not existwlycdgrSep 23, 2020
Member
Addressed