# Enriching Events | Sentry for React Native

* #### [Attachments](https://docs.sentry.io/platforms/react-native/enriching-events/attachments.md)

  Learn more about how Sentry can store additional files in the same request as event attachments.

* #### [Breadcrumbs](https://docs.sentry.io/platforms/react-native/enriching-events/breadcrumbs.md)

  Learn more about what Sentry uses to create a trail of events (breadcrumbs) that happened prior to an issue.

* #### [Context](https://docs.sentry.io/platforms/react-native/enriching-events/context.md)

  Custom contexts allow you to attach arbitrary data (strings, lists, dictionaries) to an event.

* #### [Event Processors](https://docs.sentry.io/platforms/react-native/enriching-events/event-processors.md)

  Learn more about how you can add your own event processors globally or to the current scope.

* #### [Scopes](https://docs.sentry.io/platforms/react-native/enriching-events/scopes.md)

  SDKs will typically automatically manage the scopes for you in the framework integrations. Learn what a scope is and how you can use it to your advantage.

* #### [Screenshots](https://docs.sentry.io/platforms/react-native/enriching-events/screenshots.md)

  Learn more about taking screenshots when an error occurs. Sentry pairs the screenshot with the original event, giving you additional insight into issues.

* #### [Tags](https://docs.sentry.io/platforms/react-native/enriching-events/tags.md)

  Tags 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.

* #### [Transaction Name](https://docs.sentry.io/platforms/react-native/enriching-events/transaction-name.md)

  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.

* #### [Users](https://docs.sentry.io/platforms/react-native/enriching-events/identify-user.md)

  Learn how to configure the SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry.

* #### [View Hierarchy](https://docs.sentry.io/platforms/react-native/enriching-events/viewhierarchy.md)

  Learn more about debugging the view hierarchy when an error occurs. Sentry pairs the view hierarchy representation with the original event, giving you additional insight into issues.

## Pages in this section

- [attachments](https://docs.sentry.io/platforms/react-native/enriching-events/attachments.md)
- [breadcrumbs](https://docs.sentry.io/platforms/react-native/enriching-events/breadcrumbs.md)
- [context](https://docs.sentry.io/platforms/react-native/enriching-events/context.md)
- [event-processors](https://docs.sentry.io/platforms/react-native/enriching-events/event-processors.md)
- [identify-user](https://docs.sentry.io/platforms/react-native/enriching-events/identify-user.md)
- [scopes](https://docs.sentry.io/platforms/react-native/enriching-events/scopes.md)
- [screenshots](https://docs.sentry.io/platforms/react-native/enriching-events/screenshots.md)
- [tags](https://docs.sentry.io/platforms/react-native/enriching-events/tags.md)
- [transaction-name](https://docs.sentry.io/platforms/react-native/enriching-events/transaction-name.md)
- [viewhierarchy](https://docs.sentry.io/platforms/react-native/enriching-events/viewhierarchy.md)
