Michael Sobczak

Results 6 comments of Michael Sobczak

I setup my test coverage to configure the Logger to use the following: ``` config.IsEnabled__c = true; config.LoggingLevel__c = 'INFO'; config.DefaultSaveMethod__c = 'SYNCHRONOUS_DML'; ``` Here's a stack trace from my...

We are using unlocked package version 4.6.16

I had been using EVENT_BUS, but was exceeding the test coverage limit of 500 platform events.

Unfortunately, Default Save Method is a required field in the version I'm running. I can't set it to null.

Yep, I have the same issue. Prod is working fine, but all of your sandboxes, including QA, are broken. I'm investigating changing the code to use remoting. I may put...

SF told me they have another customer with the same issue. They verified that my issue was with the apexrest call. I went ahead and changed my code to use...