jongpie / NebulaLogger

The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, Process Builder & integrations.
https://nebulalogger.com
MIT License
681 stars 162 forks source link

LogEntryEvent__e.HttpRequestEndpoint__c to short to store endpoint #768

Open ILambuRI opened 3 hours ago

ILambuRI commented 3 hours ago

Package Edition of Nebula Logger

Unlocked Package

Package Version of Nebula Logger

v4.13.10

New Bug Summary

I send a HTTP request with long get parameters in the URL and I am receiving this email:

Logger failed to save 1 LogEntryEvent__e records for [integration@mail.com] (Schema.User ID: 123)

Errors:
StatusCode: STRING_TOO_LONG, Message: Value too long for field, Field(s): [HttpRequestEndpoint__c]
ILambuRI commented 2 hours ago

A temporary fix if you have the same problem: image