NebulaLogger icon indicating copy to clipboard operation
NebulaLogger copied to clipboard

The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.

Results 80 NebulaLogger issues
Sort by recently updated
recently updated
newest added

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...

enhancement
log management

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...

reporting
lightning components
log management

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...

enhancement
log management

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...

enhancement

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...

enhancement
apex
flow
logger engine

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...

unlocked package

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.

enhancement
devops

Currently, `LoggerSettings__c.LoggingLevel__c` defaults to 'DEBUG', which makes sense for sandboxes, scratch orgs & dev orgs. But for a few years now, I've been recommending that either 'INFO' or 'WARN' as...

enhancement
configurations
log management
logger engine

### Package Edition of Nebula Logger Unlocked Package ### Package Version of Nebula Logger 4.6.16 ### New Bug Summary I'm having issues with the Logger generating too many SOQL queries,...

question
need more info

Salesforce has a platform event object called [`FlowExecutionErrorEvent`](https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/sforce_api_objects_flowexecutionerrorevent.htm) that generates events for errors in screen flows (autolaunched flows are not supported unfortunately). It seems conceptually similar to Apex's `BatchApexErrorEvent`, so...

enhancement
flow
Async Failure Additions plugin