Stylesheets with a version parameter arent picked up by session replay

Hello there :slight_smile:

we got an custom webapp and a problem with caching some css files.
we add a version tag to most of our assets, like this:
https://domain.tld/styles/screen.css?version=5.97.8
openreplay doesnt seem to be able to pick this up for caching and the styles are missing for session replay.
There isnt an error from the assets service and no matching files are created on storage.
When i remove the version parameter from the css:
https://domain.tld/styles/screen.css
Openreplay is able to cache it and use it for session replay.

Is this there some way to make this work with a parameter or is it required that all css files end with .css or something?

Greetings

Christian