functionName = functionName; // For example a HTTP status code returned by the server. this.errorCode = errorCode; } } Sentry.init({ ..., beforeSend: function(event, hint) { const exception = hint.originalException; if (exception instanceof MyRPCError) { event.fingerprint = [ '{{ ...
- fix(suspect-spans): No aggregate conditions in examples query (#29522) by @Zylphrex - chore(suspect-spans): Give code ownership to performance team (#29523) by @Zylphrex - feat(perf): Add vital widget for performance landing (#29489) by @k-fish - fix: Mark idp-automatic-migratio...
最简单的形式,仅用于过滤transaction,它看起来像这样: Sentry.init({// ...tracesSampler: samplingContext => {if ("...") {// Drop this transaction, by setting its sample rate to 0%return 0;} else {// Default sample rate for all others (replaces tracesSampleRate)return 0.1;}};}); 关...
CHANGELOG.md Breadcrumbs sentry-javascript / Latest commit Cannot retrieve latest commit at this time. History History File metadata and controls Code Blame 156 KB Raw View raw (Sorry about that, but we can’t show files that are this big right now.)...
Sentry 的 React SDK 支持自动报告错误和异常。SDK 是 @sentry/browser 的包装器,增加了与 React 相关的功能。 @sentry/browser 中可用的所有方法都可以从 @sentry/react 中导入。 快速开始 Sentry 的 React SDK 支持自动报告错误和异常。SDK 是 @sentry/browser 的包装器,增加了与 React 相关的功能。 @sentry...
It works with a lot of coding languages, helping to create safe and robust code. What do you dislike about the product? Really nothing. I think that is a great tool. What problems is the product solving and how is that benefiting you? We detect bottlenecks or failures faster. We deliver...
LeanSentry automatically detects hangs, high CPU usage, or memory leaks - and performs deeper diagnostics to get you code-level details. These diagnostics typically last seconds, and give you the details you need at the right time. 24/7 coverage HTTPS no memoryaccess Safe and secure Le...
LeanSentry collects non-sensitive data that is considered safe to log to standard Windows logs. Itdoes not access your application's memory, data, and code. Locked down environment?UseLeanSentry OnPremiseto host your own data with no outside communication. ...
Fix: Make ActivityFramesTracker operations thread-safe (#1762) Fix: Clone Scope Contexts (#1763) Bump: AGP to 7.0.3 (#1765) 5.2.2 Fix: Close HostnameCache#executorService on SentryClient#close (#1757) 5.2.1 Feat: Add isCrashedLastRun support (#1739) Fix: Handle exception if Context....
This option is safe to be used when you do not want to capture any Shadow DOM activity via Sentry Session Replay. bundleSizeOptimizations.excludeReplayIframe Type:boolean If set totrue, the plugin will attempt to tree-shake (remove) code related to the Sentry SDK's Session Replayiframerecordin...