You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated the behavior of Logger.setAsyncContext() to only set the context the first time a non-null context value is provided
* Made some optimizations in build.yml so some steps don't run on draft PRs
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
6
6
The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, Process Builder & integrations.
7
7
8
-
## Unlocked Package - v4.14.10
8
+
## Unlocked Package - v4.14.11
9
9
10
-
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015oTdQAI)
11
-
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015oTdQAI)
10
+
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015oUgQAI)
11
+
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015oUgQAI)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "nebula-logger",
3
-
"version": "4.14.10",
3
+
"version": "4.14.11",
4
4
"description": "The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.",
"versionDescription": "Added a new CallableLogger class that provides support for both OmniStudio logging, as well as the ability to dynamically call Nebula Logger in Apex when it's available",
12
+
"versionNumber": "4.14.11.NEXT",
13
+
"versionName": "Updated Behavior of Logger.setAsyncContext()",
14
+
"versionDescription": "Updated the behavior of Logger.setAsyncContext() to only set the context the first time a non-null context value is provided. Previously, subsequent calls would overwrite the context value, which wasn't really the intended behaviour.",
0 commit comments