django.function_nameDeprecated
stringScrub: ManualVisibility: PublicOTel: FalseThe fully qualified name of a function used in a Django context.
Examples
django.contrib.sessions.middleware.SessionMiddlewareUse code.function.name instead.
This attribute is being deprecated in favor of code.function.name, which is the framework-agnostic replacement.
Status: backfill
Changelog
Raw JSON
{
"key": "django.function_name",
"brief": "The fully qualified name of a function used in a Django context.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"examples": [
"django.contrib.sessions.middleware.SessionMiddleware"
],
"deprecation": {
"replacement": "code.function.name",
"reason": "This attribute is being deprecated in favor of code.function.name, which is the framework-agnostic replacement.",
"_status": "backfill"
},
"alias": [
"code.function.name",
"code.function"
],
"changelog": [
{
"version": "0.19.0",
"prs": [
538
],
"description": "Added django.function_name attribute"
}
]
}