Skip to content

Commit ef40aaf

Browse files
authored
fix(js): Change ReportingObserver description (#11414)
1 parent b0d2d15 commit ef40aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/configuration/integrations/reportingobserver.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ReportingObserver
3-
description: "Allows you to apply a transformation to each frame of the stack trace."
3+
description: "Captures the reports collected via the `ReportingObserver` interface and sends them to Sentry."
44
notSupported:
55
- javascript.node
66
- javascript.aws-lambda
@@ -25,7 +25,7 @@ This integration only works inside a browser environment.
2525

2626
_Import name: `Sentry.reportingObserverIntegration`_
2727

28-
This integration hooks into the ReportingObserver API and sends captured events through to Sentry. It can be configured to handle specific issue types only.
28+
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.
2929

3030
<PlatformContent includePath="configuration/reporting-observer" />
3131

0 commit comments

Comments
 (0)