Skip to content

Commit b8c0c1a

Browse files
committed
Fix direct memory key order in supported-configurations.json to match FPD
1 parent 87efa87 commit b8c0c1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

metadata/supported-configurations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,12 +2921,12 @@
29212921
"aliases": []
29222922
}
29232923
],
2924-
"DD_PROFILING_DIRECT_MEMORY_ENABLED": [
2924+
"DD_PROFILING_DIRECTALLOCATION_ENABLED": [
29252925
{
29262926
"version": "A",
29272927
"type": "boolean",
29282928
"default": "false",
2929-
"aliases": ["DD_PROFILING_DIRECTALLOCATION_ENABLED"]
2929+
"aliases": ["DD_PROFILING_DIRECT_MEMORY_ENABLED"]
29302930
}
29312931
],
29322932
"DD_PROFILING_DISABLED_EVENTS": [

0 commit comments

Comments
 (0)