Philip Iezzi (Pipo)
Philip Iezzi (Pipo)
and for the ones that suffer from the same flaw, without destroying all `request_log` data, you may sanitize it like this: ```sql UPDATE `request_logs` SET `headers` = REGEXP_REPLACE(`headers`, 'Bearer:?\s*[^"]+', '********')...
> I'll implement this feature as a part of a full rewrite of the web UI. sounds great! Hopefully, we can also export/import reports in the future, so they can...
Hey @Sammyjo20 very much like this idea, this whole PR! So it would be flexible and we could keep using Spatie Laravel-Data DTOs, but just flavor them with your `DataTransferObject`...
about the naming: `dto()` would be a BC, was already used, but I quite like it. `return()` wouldn't be self-explanatory at all. Why not just stick with the original idea...