In sentry I just got a ton of errors:
All the errors seem slightly different, here are a couple.
Got a bad node with textNode.data: 10 months
textNode.textContent: 10 months
textNode.nodeValue: 10 months
textNode.wholeText: 10 months later
Got a bad node with textNode.data: California
textNode.textContent: California
textNode.nodeValue: California
textNode.wholeText: California
Got a bad node with textNode.data: Original Post
textNode.textContent: Original Post
textNode.nodeValue: Original Post
textNode.wholeText: Original Post
Got a bad node with textNode.data: Now
textNode.textContent: Now
textNode.nodeValue: Now
textNode.wholeText: Now
Any idea what all these could have been?