Don't let silent issues
destroy your app.
Search our comprehensive directory to identify, understand, and fix the most critical bugs across your mobile and web platforms before they impact your revenue.
Showing 12 issue(s)
HTTPStatusError
Indicates that an HTTP request completed with a non-success status code such as 4xx or 5xx. This is commonly used for failed API responses or backend-side errors.
HTTPDuplicateRequestError
Represents a situation where the same request was issued more than once, often causing duplicate work or duplicate network activity.
HTTPDelayedResponseError
Signals that an HTTP request took longer than expected to respond. This usually points to latency, slow network conditions, or backend delays.
HTTPExceptionError
Captures unexpected exceptions thrown during the HTTP request lifecycle, such as runtime failures, parsing issues, or transport-level exceptions.
MemoryLeak
Indicates a suspected memory leak where memory usage grows over time without being released.
MemoryAnomaly
Represents abnormal memory behavior that does not necessarily meet the threshold of a full leak, but still suggests unusual retention or allocation patterns.
MemoryRisk
Marks a potential memory-related issue that should be monitored closely, even if it has not yet become a confirmed leak or spike.
MemorySpike
Represents a sudden rise in memory consumption over a short time window, often indicating pressure from a temporary workload or an underlying issue.
AutoCapturedError
Refers to errors that the SDK captures automatically from the runtime environment without requiring manual instrumentation.
ResourceLoadError
Indicates that a critical resource such as an image, script, stylesheet, or other asset failed to load properly.
CustomException
Represents an exception that your application reports manually through the SDK for domain-specific or application-level errors.
CustomIssue
Denotes a manually reported issue that is not necessarily an exception, but still needs to be tracked as a meaningful product or engineering problem.
We use cookies to improve your experience.