From 9cf73adb2123722b7bbff351963dad8967323d65 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Thu, 24 Oct 2024 15:33:17 +0200 Subject: [PATCH] docs(astro): Elaborate on custom config paths --- 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({