Open
Conversation
…o configuration directory
…of LoggerParameter__mdt records (instead of incorrectly relying on the records deployed to the current org) Also added extra-tests restricted picklist field to ensure that Nebula Logger's tests still work when using mock data values
…ue in Winter '26 orgs (even though this is Nebula Logger's Summer '25 release)
…issues in loggerCodeViewer
…ields on LogEntry__c flexipage in a better format than the standard fields/UI
…ad' since the records themselves are unique - access to Log__c & LogEntry__c records will still be restricted by the Log__c object's sharing model ('Private')
… to JS stack traces in LWC/Aura
…ded some package.json dependencies
…ackage's sfdx-project.json file
…ne issue with the CodeCov.io integration
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #925 +/- ##
==========================================
+ Coverage 91.55% 93.60% +2.05%
==========================================
Files 58 58
Lines 6322 6302 -20
Branches 199 199
==========================================
+ Hits 5788 5899 +111
+ Misses 514 401 -113
+ Partials 20 2 -18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Core Unlocked Package Changes
Summer '25 Release Upgrade
v64.0(Spring '26 release)Log__candLogEntry__cApex Logging Bugfixes
Loggerto more accurately reflect the current quiddity value when logging the system messageLogger - Saving X log entries via <quiddity>CallableLoggerto useList<String>instead ofList<Object>for tags passed in via OmniStudioList<Object>caused some exceptions, and the values should always be strings anywayJavaScript Logging Bugfixes
loggerLWC to reflect the latest changes in Salesforce's JavaScript stack traceslogger.test.jshave also been expanded to include parsing examples of stack traces from Chrome, Firefox, Edge - with & without debug mode (which can make a difference in the stack traces & parsing logic)loggerLWC to immediately instantiate an internal instance ofLoggerService-connectedCallback, which added an extra unnecessary event cycle that could cause some occasional goofinessPrismJS Enhancements & Bugfixes
LoggerResourcesstatic resource from1.29.0to1.30.0loggerCodeViewer.cssto correct some rendering issues due to changes in SLDS + SLDS v2loggerCodeViewerthat caused PrismJS's line highlighting to not work correctly when only 1 instance ofloggerCodeViewer(used by other LWCs likelogEntryMetadataViewer) was on a pageLWC Testing Improvements
logEntryEventStream.test.jslogEntryMetadataViewer.test.jsloggerHomeHeader.test.jslogger.test.jsloggerPageSection.test.jsloggerSettings.test.jslogViewer.test.jsrecipesLWCloggerWrapperto mimic orgs that use Nebula Logger'sloggerLWC through their own logging LWCApex Testing Improvements
LogEntryEventHandler_Teststo only use mock CMDT records (instead of relying on the metadata records deployed to the org)LogEntryEventHandler_Tests_FieldMappings.clsto validate that custom picklist fields with restricted values are handled properlyPipeline Changes
package.json