diff --git a/docs/platforms/javascript/guides/astro/manual-setup.mdx b/docs/platforms/javascript/guides/astro/manual-setup.mdx index 0e5361b3db9ab..2a86edae87851 100644 --- a/docs/platforms/javascript/guides/astro/manual-setup.mdx +++ b/docs/platforms/javascript/guides/astro/manual-setup.mdx @@ -163,7 +163,8 @@ Sentry.init({ ### Changing config files location -To change the location of your `sentry.(client|server).config.js` files, specify the path to the files in the Sentry Astro integration options in your `astro.config.mjs`: +Sentry automatically detects configuration files named `sentry.(client|server).config.js` in the root of your project. You can rename these files or move them to a custom folder within your project. +To change their location or names, specify the paths in the Sentry Astro integration options in your `astro.config.mjs`: ```javascript {filename:astro.config.mjs} export default defineConfig({