-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LogEntryEvent__e.HttpRequestEndpoint__c too short to store endpoint #768
Comments
Thanks @ILambuRI for reporting this! Just for my own reference, could you tell me how long the endpoint is in your particular example? You don't have to provide me with the actual value, but I'm curious exactly how long the endpoint is when you encounter this issue. And since the existing endpoint field it too short, and it's a text(255) field, I can't increase the field length of the existing field - I think this will have to be fixed by introducing new long textarea fields (similar to what I did in release
For the existing |
…ryEvent__e and LogEntry__c, and replaced them with new HttpRequestEndpointAddress__c fields that have a much longer max length (2,000 vs 255) Also updated LogEntryEventBuilder to auto-truncate both event fields HttpRequestEndpoint__c and HttpRequestEndpointAddress__c
@ILambuRI I went ahead and released a fix for this in release
If it's easy for you to get the info, I'd still be curious to know the length of the endpoint you were using when you encountered this issue - my hope is that 2,000 characters should be plenty for storing endpoints/URLs, but I can still adjust the length of the field in future releases if needed. |
Hi @jongpie , thx for the fast fix! |
@ILambuRI awesome, thanks for the info! It sounds like the 2,000 characters I used for Thanks again for your help with this! Let me know if you run into any more issues. |
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:
The text was updated successfully, but these errors were encountered: