sentry-browser-sdk
Audited by Runlayer on Mar 5, 2026
Tool passed security scan
Malicious tool definition detected
--- ## Screenshot Capture - Available on SDK **v8.0.0+** - Enabled by default via `enableScreenshot: true` on `feedbackIntegration()` - Auto-hidden on mobile devices - Screenshots count against your **attachment quota** (1GB standard) ```javascript Sentry.feedbackIntegration({ enableScreenshot: true, // default — can set false to disable }); ``` --- ## Session Replay Integration When Session Replay is configured alongside User Feedback, submitted feedback links to the user's replay: ```javascrip
Tool passed security scan
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Malicious tool definition detected
Malicious tool definition detected
Tool: sentry-browser-sdk/references/logging.md [2/2] Description: }); await validateCart(); Sentry.logger.info("Initiating payment", { gateway: "stripe" }); await initiatePayment(); }); // Both logs above have sentry.trace.parent_span_id set to the checkout-flow span ID ``` In the Sentry UI: - **From a log** → click the trace link to jump to the parent span and full trace - **From a trace span** → click "Logs" to see all logs emitted during that span - **From a replay** → logs are shown inline w
Tool passed security scan