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
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"
}
]
}