van-duong-d3salonsolution
van-duong-d3salonsolution
Hi, I was told by Jordan Luse from Sentry technical support to communicate with Sentry engineers through this channel. The issue appears to be that my app content is not...
> [@van-duong-d3salonsolution](https://github.com/van-duong-d3salonsolution) can you inspect the content of your replay (you can just access it with your browser dev tools) and check if that seems to be correct? The DOM...
> [@van-duong-d3salonsolution](https://github.com/van-duong-d3salonsolution) could you please share a link to the replay? Here's the link to the replay:https://d3-salon-solution.sentry.io/replays/09ebc678a03b466c9796d7cb682af3d5/?environment=staging&project=4507742914936832&query=&referrer=%2Freplays%2F&statsPeriod=14d&yAxis=count%28%29
> Yea so for some reason `#fuse-splash-screen` is not cleared in your replay. I wonder if you could try to extract this out into a minimal reproduction repo or stackblitz...
@billyvg The logic to hide the splash screen is: there is a service that fetches data from our API. The service calls `fuseSplashScreenService.show()` to display the splash screen before the...
Any updates on this issue gentlemen? I just want to follow up, no rush intended.
@billyvg Do you have any recommendation for web animation API alternatives that will work with replay?
I resolved the issue by setting the splash screen div css style to `display: none` to hide it instead of using the animation API. Thank you all for you help!