Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(js): Change ReportingObserver description #11414

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading