Skip to content

Glossary

The vocabulary used across the viewer, the API and this documentation.

Core concepts

TermDefinitionNot
EventOne crash, error or message sent by an SDKlog entry, record
IssueA group of events sharing a fingerprint; the unit of triageerror group, bug
FingerprintHash of the stack trace used for groupingsignature
ReleaseThe app version or deployment identifier the SDK reportsapp version, build
Environmentproduction, staging, development, …env, profile
PlatformSDK family: ios, android, flutter, react-native, web, backend, otherOS, device type
ProjectOne DSN; the container for issues, events, releases and settings
DSNscheme://<key>@host/<project id> — the address an SDK reports to
SessionOne app run (mobile) or page load / request batch, as reported by the SDK for release health
Symbol fileProGuard / R8 mapping, source map or dSYM used to symbolicate frames

Event levels

LevelMeaning
fatalThe app crashed; unhandled exception
errorCaught exception that needs attention
warningUnexpected but non-blocking
infoInformational; app-flow tracking
debugVerbose, development only

Issue status

StatusMeaning
unresolvedNew, not yet reviewed
triagedAcknowledged, being investigated
resolvedFixed (records the release it was resolved on)
regressionWas resolved, reappeared on a different release
ignoredKnown, won't fix

Event fields

FieldSentry SDK sourceExample
levelevent.levelfatal
messagelogentry.formattedNullPointerException in CartFragment
platformevent.platformandroid
releaseevent.release / contexts.app.app_version2.4.1
environmentevent.environmentproduction
error_typeexception.values[0].typeNullPointerException
error_locationcomputed: deepest in-app frameCartFragment.java:142
device_modelcontexts.device.modeliPhone16,1
os_versioncontexts.os.version18.0
user_iduser.iduser-001
device_idtags.device_iddid-abc-123
handledexception.mechanism.handledfalse = crash

Counts

TermMeaning
event_countExact number of events matched to an issue, including sampled-out ones
stored_countEvents of the issue actually kept
usersDistinct user.ids seen on the issue
crash-free rateSessions that did not crash ÷ all sessions, per release

Positioning

CrashCart is Sentry SDK compatible and works with the Sentry SDK. It is not a Sentry backend, mirror or drop-in replacement for the Sentry product: the protocol is shared, the product is its own.

Released under the MIT License.