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
Hi, I was just testing out the date regex that strips PII from Google Analytics events. It seems like the regex only captures dates in the format: XXXX-XX-XX
My initial test was XX/XX/XXXX, which wasn't being caught. It might be worth making the regex a bit more flexible?
The text was updated successfully, but these errors were encountered:
Following the launch of the GOV.UK Design System, GOV.UK Frontend Toolkit will now only get major bug fixes and security patches, so I'm going to close this.
GOV.UK Design System (and GOV.UK Frontend) does not provide any analytics functionality, and as far as I know there are currently no plans to provide this either as part of Frontend nor as a separate library.
Hi, I was just testing out the date regex that strips PII from Google Analytics events. It seems like the regex only captures dates in the format:
XXXX-XX-XX
My initial test was XX/XX/XXXX, which wasn't being caught. It might be worth making the regex a bit more flexible?
The text was updated successfully, but these errors were encountered: