For the traces issue, I am not sure, but for Vector and others I believe that was related to compiler changes which meant that @royalesuppressexport no longer works, because the way things are being 'exported' changed.
I will try to look into that as soon as I can. Josh and I had discussed this briefly, so this feature likely needs to use Metadata now iirc. I'll create an issue later today and assign to myself. On Mon, 1 Nov 2021, 12:46 am Harbs, <harbs.li...@gmail.com> wrote: > I just noticed that traces are currently outputting in minified release > code. > > I also noticed code related to Vectors which should not be there. I > suspect that there’s more code that’s not being stripped as it should be. > > Has anyone recently looked at this? It definitely used to be stripped out. > So something must have changed. > > Harbs