App Attributes

6 attributes in this category. 6 stable

Stable Attributes

app.build

string PII: Maybe OTel: False

Internal build identifier, as it appears on the platform.

Example 1
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.build attribute
Raw JSON
{
  "key": "app.build",
  "brief": "Internal build identifier, as it appears on the platform.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "1",
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.build attribute"
    }
  ]
}

app.identifier

string PII: Maybe OTel: False

Version-independent application identifier, often a dotted bundle ID.

Example com.example.myapp
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.identifier attribute
Raw JSON
{
  "key": "app.identifier",
  "brief": "Version-independent application identifier, often a dotted bundle ID.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "com.example.myapp",
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.identifier attribute"
    }
  ]
}

app.in_foreground

boolean PII: False OTel: False

Whether the application is currently in the foreground.

Example true
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.in_foreground attribute
Raw JSON
{
  "key": "app.in_foreground",
  "brief": "Whether the application is currently in the foreground.",
  "type": "boolean",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": true,
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.in_foreground attribute"
    }
  ]
}

app.name

string PII: Maybe OTel: False

Human readable application name, as it appears on the platform.

Example My App
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.name attribute
Raw JSON
{
  "key": "app.name",
  "brief": "Human readable application name, as it appears on the platform.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "My App",
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.name attribute"
    }
  ]
}

app.start_time

string PII: Maybe OTel: False

Formatted UTC timestamp when the user started the application.

Example 2025-01-01T00:00:00.000Z
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.start_time attribute
Raw JSON
{
  "key": "app.start_time",
  "brief": "Formatted UTC timestamp when the user started the application.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "2025-01-01T00:00:00.000Z",
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.start_time attribute"
    }
  ]
}

app.version

string PII: Maybe OTel: False

Human readable application version, as it appears on the platform.

Example 1.0.0
SDKs sentry.cocoasentry.java.androidsentry.javascript.react-nativesentry.dart.flutter
Changelog
next #296 Added app.version attribute
Raw JSON
{
  "key": "app.version",
  "brief": "Human readable application version, as it appears on the platform.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "1.0.0",
  "sdks": [
    "sentry.cocoa",
    "sentry.java.android",
    "sentry.javascript.react-native",
    "sentry.dart.flutter"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        296
      ],
      "description": "Added app.version attribute"
    }
  ]
}