---
title: "User Feedback Properties"
description: "Learn more about searchable user feedback properties."
url: https://docs.sentry.io/concepts/search/searchable-properties/user-feedback/
---

# User Feedback Properties

[User Feedback](https://docs.sentry.io/product/user-feedback.md) allows your users to create bug reports so they can let you know about sneaky issues right away. Every report will automatically include related replays, tags, and errors, making fixing the issue dead simple.

You can search by user feedback properties on the **User Feedback** page.

## [Searchable Properties](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#searchable-properties)

Below is a list of keys and tokens that can be used in the user feedback search.

### [`assigned`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#assigned)

Returns user feedback submissions assigned to the defined user(s) or team(s). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee, `my_teams` or `#team-name` for teams you belong to.

* **Type:** team or org user

### [`browser.name`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#browsername)

Name of the browser.

* **Type:** string

### [`device.brand`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#devicebrand)

Brand of the device.

* **Type:** string

### [`device.family`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#devicefamily)

Family of the device. Typically, the common part of a model name across generations. For example, iPhone, Samsung Galaxy.

* **Type:** string

### [`device.model_id`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#devicemodel_id)

Internal hardware revision to identify the device exactly.

* **Type:** n/a

### [`device.name`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#devicename)

Name of the device.

* **Type:** string

### [`dist`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#dist)

Distinguishes build or deployment variants of the same release of an application. For example, the dist can be the build number of an Xcode build or the version code of an Android build.

* **Type:** string

### [`environment`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#environment)

The environment that the event was first seen in.

* **Type:** string

### [`id`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#id)

The feedback ID.

* **Type:** UUID

### [`is`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#is)

The properties of a user feedback submission. Values can be: `unresolved`, `resolved`, `assigned`, `unassigned`, `linked`, or `unlinked`. The `linked` and `unlinked` values return user feedback submissions based on whether they are linked to an external issue tracker or not.

* **Type:** status

### [`level`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#level)

The severity of the user feedback submissions. If the feedback came in through the crash-report modal then the level is tied to the error experienced by the end-user. For feedback from the user feedback widget, the level is `info`.

* **Type:** string

### [`os.name`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#osname)

The name of the operating system.

* **Type:** string

### [`sdk.name`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#sdkname)

Name of the Sentry SDK that sent the event.

* **Type:** string

### [`sdk.version`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#sdkversion)

Version of the Sentry SDK that sent the event.

* **Type:** string

### [`timestamp`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#timestamp)

The finish timestamp of the transaction. Returns events with matching datetime.

* **Type:** datetime

### [`transaction`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#transaction)

The error or transaction name identifier.

* **Type:** string

### [`url`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#url)

The URL of the page that the feedback is triggered on.

* **Type:** string

### [`user.email`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#useremail)

The user's email address exists only if Sentry received it from the `Sentry.setUser` SDK option as a tag. This property does not apply to emails entered inside the user feedback widget, which are not searchable.

* **Type:** string

### [`user.id`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#userid)

Application-specific internal identifier for the user.

* **Type:** string

### [`user.ip`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#userip)

User's IP address. Sentry uses the IP address as a unique identifier for unauthenticated users.

* **Type:** string

### [`user.username`](https://docs.sentry.io/concepts/search/searchable-properties/user-feedback.md#userusername)

Username, which is typically a better label than the `user.id`.

* **Type:** string
