---
title: "type"
url: https://develop.sentry.dev/sdk/foundations/transport/event-payloads/properties/type/
---

# undefined

* `type`

  *Required*. A Transaction has to have this value set to `transaction`.

```json
{
  "type": "transaction"
}
```
