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

Currently, the `LogEntry__c` object has multiple fields related to tracking _transactional_ limits, [using the class `System.Limits`](https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_limits.htm). I think it'd be helpful to capture and store _organizational_ limits on `Log__c`, [using...

enhancement
log management

At the least with the `LogEntryDataMaskRule__mdt` for US social security numbers, the current regex sometimes masks data that it shouldn't, such as a number that's longer than 9 digits (which...

bug
configurations
data masking

In complex orgs, scenario-based logging is a great way to help segment & control logging across different teams/packages/modules. However, right now, using scenarios is not enforced in any way. This...

enhancement
configurations
logger engine
scenario-based logging

Orgs using [OmniScript](https://help.salesforce.com/s/articleView?id=sf.os_omniscript_basics.htm&language=en_US&type=5) should have a way to leverage Nebula Logger. I've never worked with OmniScript before, so I'm not sure what all is involved with this - potentially, this...

enhancement
logger engine

Flows has the ability to make [HTTP callouts with External Services](https://admin.salesforce.com/blog/2023/integrations-are-easier-than-ever-with-flow-http-callouts), similar to the Apex classes `HttpRequest`, `HttpResponse`, and `Http` that can be used to make callouts. Ideally, Nebula Logger...

enhancement
flow
logger engine
integrations

### Package Edition of Nebula Logger Unlocked Package ### Package Version of Nebula Logger v4.12 ### New Bug Summary I get an expected error when running a batch + queuable...

bug
data masking

### New Feature Summary It'd be neat if there was a place to search logs for a specific string - that could return all the logs that have log entries...

enhancement
log management

### Discussed in https://github.com/jongpie/NebulaLogger/discussions/628 Originally posted by **dschibster** February 7, 2024 Hi @jongpie, happy to report that since I presented Nebula Logger at the Salesforce Architects meetup in Düsseldorf, there's...

enhancement
integrations
External Tools
OpenTelemetry

The existing plugin [Logger Admin Dashboard](https://github.com/jongpie/NebulaLogger/tree/v4.9.7/nebula-logger/plugins/logger-admin-dashboard) was built before some objects, like `LoggerScenario__c`, were added to the data model; there have also been several new fields added on `Log__c` and...

enhancement
reporting
log management
Logger Admin Dashboard plugin

### Discussed in https://github.com/jongpie/NebulaLogger/discussions/454 Originally posted by **JeroenSfdc** February 22, 2023 If I'd like to do an integration test with SYNCHRONOUS_DML it fails (where it succeeds with EVENT_BUS). I tried...

bug
apex
configurations
log management
tests