Jonathan Gillespie

Results 192 comments of Jonathan Gillespie

Hi @EnglundAndreas - do you know how long the string is that you're logging? And which parameters are you providing to `Logger.error()`? There are several overloads for that method (such...

@EnglundAndreas thank you! This is really helpful info to have. I'm not sure how much I'll be able to optimize the regex for data masking, but I'll plan to do...

Hi @stephenpstanley - I love the idea of having a way to more easily see all log entries generated by a batchable or queueable job, but I don't think I...

@PawelWozniak thanks for the suggestion! And @JMercie thanks for offering to help! For now, let's hold off on this enhancement - I am exploring the possibility of adding some new...

@JMercie that's incredibly helpful, thanks so much for testing this out. I like the idea of maybe supporting Apex-defined object/collections, or simply some additional String properties on the current Flow...

@RaviVaranasi I've previously done some integrations other tools like Loggly, but I haven't used Datadog myself before, so I'm not familiar with their API or how to best integrate with...

@jonathankretzmer I agree, I think it makes more sense to target the OpenTelemetry standard, instead of vendor-specific integrations. There was [recently a discussion](https://github.com/jongpie/NebulaLogger/discussions/479) about this too, so I think a...

Found an article from 2015 that shows setting up Coveralls.io with jsforce http://blog.deadlypenguin.com/blog/2015/08/23/coveralls-code-coverage-for-salesforce/

The developer guide for this feature is available here: https://developer.salesforce.com/docs/atlas.en-us.208.0.platform_events.meta/platform_events/platform_events_intro.htm

@luke-thorson sorry for the late reply, and thanks for reporting this! It looks like I never implemented support for metadata relationship fields, so I'll have to make a few changes...