From ef40aaf88412730e1bf603590ab3452972ec1e20 Mon Sep 17 00:00:00 2001 From: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:19:02 +0200 Subject: [PATCH] fix(js): Change ReportingObserver description (#11414) --- .../common/configuration/integrations/reportingobserver.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/javascript/common/configuration/integrations/reportingobserver.mdx b/docs/platforms/javascript/common/configuration/integrations/reportingobserver.mdx index 4db9ab5f8989e..961ffe884895a 100644 --- a/docs/platforms/javascript/common/configuration/integrations/reportingobserver.mdx +++ b/docs/platforms/javascript/common/configuration/integrations/reportingobserver.mdx @@ -1,6 +1,6 @@ --- title: ReportingObserver -description: "Allows you to apply a transformation to each frame of the stack trace." +description: "Captures the reports collected via the `ReportingObserver` interface and sends them to Sentry." notSupported: - javascript.node - javascript.aws-lambda @@ -25,7 +25,7 @@ This integration only works inside a browser environment. _Import name: `Sentry.reportingObserverIntegration`_ -This integration hooks into the ReportingObserver API and sends captured events through to Sentry. It can be configured to handle specific issue types only. +This integration hooks into the [Reporting API](https://developer.mozilla.org/en-US/docs/Web/API/Reporting_API) and sends captured events through to Sentry. It can be configured to handle specific issue types only.