turbo_modules.total_call_countDeprecated
integerScrub: ManualVisibility: PublicOTel: FalseThe number of native module calls in the flushed call aggregate. Only applies to React Native.
42Use react_native.module.call.count instead.
Replaced by the `react_native.module.*` namespace; the SDK emitted the same values under both a singular `turbo_module.*` and a plural `turbo_modules.*` prefix
Status: backfill
Changelog
Raw JSON
{
"key": "turbo_modules.total_call_count",
"brief": "The number of native module calls in the flushed call aggregate. Only applies to React Native.",
"type": "integer",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"examples": [
42
],
"deprecation": {
"replacement": "react_native.module.call.count",
"reason": "Replaced by the `react_native.module.*` namespace; the SDK emitted the same values under both a singular `turbo_module.*` and a plural `turbo_modules.*` prefix",
"_status": "backfill"
},
"alias": [
"react_native.module.call.count",
"turbo_module.total_call_count"
],
"changelog": [
{
"version": "0.24.0",
"prs": [
564
],
"description": "Added turbo_modules.total_call_count and deprecated it in favor of react_native.module.call.count"
}
]
}