You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/metrics/configure/javascript.astro.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
To use metrics with astro, first [manually setup up the SDK as per the Astro SDK docs](/platforms/javascript/guides/astro/manual-setup/#manual-sdk-initialization).
2
2
3
-
To configure metrics for your client-side code, add the `metricsAggregratorIntegration` to your `Sentry.init` call in your `sentry.client.config.js` file.
3
+
To configure metrics for your client-side code, add the `metricsAggregatorIntegration` to your `Sentry.init` call in your `sentry.client.config.js` file.
0 commit comments