Learn more about how Sentry can store additional files in the same request as event attachments.
Learn more about what Sentry uses to create a trail of events (breadcrumbs) that happened prior to an issue.
Custom contexts allow you to attach arbitrary data (strings, lists, dictionaries) to an event in the Sentry Java SDK.
The Sentry Java SDK will in most cases automatically manage the scopes for you in the framework integrations. Learn what a scope is and how you can use it to your advantage.
Tags in Sentry's Java SDK power UI features such as filters and tag-distribution maps. Tags also help you quickly access related events and view the tag distribution for a set of events.
Learn how to set or override the transaction name to capture the user and gain critical pieces of information that construct a unique identity in Sentry using the Java SDK.
Learn how to configure the Sentry Java SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry.