From adcbe0550897523f0481fb3a099998f5e67432d2 Mon Sep 17 00:00:00 2001 From: soridalac Date: Tue, 10 Feb 2026 13:34:44 -0800 Subject: [PATCH 1/2] chore: update license for 2026 --- LICENSE.txt | 2 +- src/commands/org/list/limits.ts | 2 +- src/commands/org/list/sobject/record-counts.ts | 2 +- src/index.ts | 2 +- test/commands/display.nut.ts | 2 +- test/commands/display.test.ts | 2 +- test/commands/recordcounts.nut.ts | 2 +- test/commands/recordcounts.test.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ca35d0df..1aeebc57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2025 Salesforce, Inc. +Copyright (c) 2026 Salesforce, Inc. All rights reserved. Apache License diff --git a/src/commands/org/list/limits.ts b/src/commands/org/list/limits.ts index 5703d53b..d1db83ea 100644 --- a/src/commands/org/list/limits.ts +++ b/src/commands/org/list/limits.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/list/sobject/record-counts.ts b/src/commands/org/list/sobject/record-counts.ts index b2a093db..b71d6cce 100644 --- a/src/commands/org/list/sobject/record-counts.ts +++ b/src/commands/org/list/sobject/record-counts.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/index.ts b/src/index.ts index 711be5d1..a9d99ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/display.nut.ts b/test/commands/display.nut.ts index 9b8667c4..dc9708e0 100644 --- a/test/commands/display.nut.ts +++ b/test/commands/display.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/display.test.ts b/test/commands/display.test.ts index 9e60998e..39d374fe 100644 --- a/test/commands/display.test.ts +++ b/test/commands/display.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/recordcounts.nut.ts b/test/commands/recordcounts.nut.ts index d22e7770..8ef69db9 100644 --- a/test/commands/recordcounts.nut.ts +++ b/test/commands/recordcounts.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/recordcounts.test.ts b/test/commands/recordcounts.test.ts index 0b92a58f..98df88c8 100644 --- a/test/commands/recordcounts.test.ts +++ b/test/commands/recordcounts.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 96fa0af48f484651f2637dc3a55f1cc80d99b1d5 Mon Sep 17 00:00:00 2001 From: soridalac Date: Tue, 10 Feb 2026 13:35:39 -0800 Subject: [PATCH 2/2] fix: enable PDP events via o11y for PFT --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index ce0624bd..f684e672 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "version": "3.3.74", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", + "enableO11y": true, + "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@salesforce/core": "^8.24.0", "@salesforce/sf-plugins-core": "^12.2.6"