Skip to content

Commit

Permalink
fix(js): Change ReportingObserver description (#11414)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d authored Sep 23, 2024
1 parent b0d2d15 commit ef40aaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

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

Expand Down

0 comments on commit ef40aaf

Please sign in to comment.