Skip to content

Commit 9ea051f

Browse files
authored
docs(astro): Elaborate on custom config paths (#11648)
1 parent 77c4c13 commit 9ea051f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/platforms/javascript/guides/astro/manual-setup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ Sentry.init({
163163

164164
### Changing config files location
165165

166-
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`:
166+
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.
167+
To change their location or names, specify the paths in the Sentry Astro integration options in your `astro.config.mjs`:
167168

168169
```javascript {filename:astro.config.mjs}
169170
export default defineConfig({

0 commit comments

Comments
 (0)