Icons are displayed properly in the browser but when I try to replay the session via Session replay the icons are missing and icon-name is displayed.
Material icons are imported via CDN.
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
I'm using v-icons like:
<v-icon>keyboard_arrow_down</v-icon>
Datadog Rum init
datadogRum.init({
applicationId: 'xxx',
clientToken: 'xxx',
site: 'us3.datadoghq.com',
service:'xxx',
env:process.env.NODE_ENV,
sampleRate: 100,
trackInteractions: true,
defaultPrivacyLevel: 'allow'
});
datadogRum.startSessionReplayRecording();
What I expect to see in session replays:
What is actually rendered in session replays:
Per the docs, web components are not supported in replay: