question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with recording html tags

See original GitHub issue

Hello everyone. (This issue duplicate https://github.com/rrweb-io/rrweb/issues/225) I found a problem with recording html elements and styles when using angular. The bottom line is, angular components create html markup, like this:

<app-some-component _ngcontent-qah-c12="" _nghost-qah-c11="">
  <p _ngcontent-qah-c11="">some-component is visible!</p>
</app-some-component>

When recording events it will transform to regular div instead of an element. You can use this repository to reproduce and debug.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Yuyz0112commented, Jun 15, 2020

@orelb @mpstv sorry for the late.

This fix has been released in rrweb-snapshot@0.7.27 and rrweb@0.8.1

1reaction
mpstvcommented, Jun 6, 2020

Thanks @Yuyz0112 Is there any plans to release that improvement via npm and then update rrweb?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Record HTML tags? · Issue #274 · common-voice ... - GitHub
I got some html tags (a title) and a doctype definition to record. Is that done on purpose?
Read more >
Validation issues with HTML tags - ruby on rails - Stack Overflow
The issue I am facing is that am checking for uniqueness and the length to be greater than 3, but because of the...
Read more >
Resolving Errors Related to Invalid HTML Code
PROBLEM. You get the following error message while attempting to record your application: This element cannot be found in the current page. There's...
Read more >
HTML field removes <html> tag automatically - Known Error
If any HTML field includes tag, saving the form automatically removes the tag ... Go to the updated record to see 'teststring' in...
Read more >
HTML audio tag - W3Schools
HTML <audio> Tag · Definition and Usage. The <audio> tag is used to embed sound content in a document, such as music or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found