We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79114f commit 7c30d20Copy full SHA for 7c30d20
packages/astro/README.md
@@ -83,7 +83,7 @@ SENTRY_AUTH_TOKEN="your-token"
83
84
To fully customize and configure Sentry in an Astro project, follow step 1 and in addition,
85
add a `sentry.client.config.(js|ts)` and `sentry.server.config(js|ts)` file to the root directory of your project.
86
-Inside these files, you can call `Sentry.init()` and get the full range of Sentry options.
+Inside these files, you can call `Sentry.init()` and use the full range of Sentry options.
87
88
Configuring the client SDK:
89
0 commit comments