Hi friends. The title says it all. Is it possible to move the above files to a `config` folder for example? - `sentry.client.config.js` - `sentry.server.config.js` - `sentry.properties` - `.sentryclirc` Our project is new, hasn't been released yet, and we already have several files in the root. Just FYI, we're using: ```json "@sentry/nextjs": "^6.15.0", "next": "10.1.3", "webpack": "5.36.0" ``` Thanks anyway. :)