Jonathan Gillespie
Jonathan Gillespie
To provide some functional examples of Logger in use, there needs to be a new unlocked package that contains "recipes" for common scenarios. At a minimum, it should have examples...
- Move package to be in the same dev hub as the main logger packages. Currently, it's in a separate dev hub, which makes things harder to manage. - Incorporate...
Summer '22 adds a pilot feature that provides the ability to create callbacks for platform events, both for on success and on error. It'd be useful to leverage this to...
The current field on `LogEntry__c` for the username is a formula field, and it currently doesn't work in list views when trying to filter for a specific user/username. A new...
I'd like to eventually add some new `Log__c` and `LogEntry__c` fields to track details like: - `Log__c` fields - [`UserAppInfo`](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userappinfo.htm) fields for details the user's selected app - `LogEntry__c` fields...
In release [`v4.6.0`](https://github.com/jongpie/NebulaLogger/releases/tag/v4.6.0), 2 new objects - `LogEntryTag__c` and `LoggerTag__c` - were added to the data model. You can view any tags associated with a `LogEntry__c` within a log entry's...
Currently, there are several spots in the codebase where text has been hardcoded - this makes it harder to maintain, and also makes it impossible to translate some text into...
Currently, the method overloads `Logger.saveLog()` and `Logger.saveLog(SaveMethod)` do not return anything - @Soliton321 had a great suggestion to have the method return the save results so that orgs can implement...
For a few years, I've been avoiding going through the process of putting Nebula Logger on AppExchange - but given how the project continues to grow in both popularity and...
In Spring '22 release, UTAM is [now generally available](https://help.salesforce.com/s/articleView?id=release-notes.rn_lc_utam.htm&type=5&release=236). It'd be great to consider including this in Nebula Logger's repo & pipeline to provide more automated frontend tests.