MSDev
MSDev
I have a similar issue where no files are deleted. I get this message in the logs: ``` Keeping [filename] due to it not being over storage limit (0.00 B/30.00...
Ah okey, I see that it is ignoring the latest recording and therefore its within the limit. So there is currently no possibility to just keep one recording and replace...
It works when setting the max vod count to 0. But this only works on the global setting because setting 0 on the channel vod setting makes it use the...
This works for me perfectly fine. I download all files from my public server, where I have limited storage, to my private home server where I can serve them over...
@Lms24 I could narrow it down a little more. The Issue is happening here https://github.com/getsentry/sentry-javascript/blob/a7097d9ba2a74b2cb323da0ef22988a383782ffb/packages/sveltekit/src/vite/sourceMaps.ts#L169C7-L169C14 First of all, Im not sure if its correct to not await the flattening of...
> Hmm this is a good point. Originally, I added sorcery to flatten the weird sourcemaps created by the Node Adapter (#7811). Which adapter are you using @MSDev201? I wonder...
So the issue in sorcery is that I get an infinite loop in the before mentioned source map. Im not very familiar with source maps and how they are supposed...
@Lms24 I was able to pin point which file caused it. Im not able to share it though. But I was able to reproduce generating such a file with source...
Having a similar issue on InfluxDB v2.7.1 (Server: https://github.com/influxdata/influxdb/tree/407fa622e9 Frontend: https://github.com/influxdata/ui/tree/9d25a2f)  I have a tag called "enabled" which i recently added. When I add `exists r["enabled"]` to my filter...