From 9ea051f34dfde70a033b63be5d422e1964ff3162 Mon Sep 17 00:00:00 2001 From: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:30:34 +0100 Subject: [PATCH] docs(astro): Elaborate on custom config paths (#11648) --- docs/platforms/javascript/guides/astro/manual-setup.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({