-
Notifications
You must be signed in to change notification settings - Fork 135
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
Allow preset values to be configured #639
Comments
can you tell us more about your use case? |
The main reason would be to provide an absolute limit on the logs accumulated before In the absolute worst case, while trackingConsent is pending, verbose logging could store up to 512mb of logs that could potentially be shipped to datadog in a relatively short period of time. |
in order to avoid such cases, we do upload file by file; so the upper bound of an upload should be you can play with also, since we use iOS' please let me know if your concerns are addressed; if not, we can try to find a solution 🤞 |
i'm hoping the concern is addressed and closing the issue. |
Allow preset values to be configured
Modifying preset values such as
maxDirectorySize
andmaxFileAgeForRead
would be useful for clients to be able to tailor to their specific use case.Personally, I think the cleanest way might be to allow leverage
set(additionalConfiguration)
introduced by #456 and propagate that down toPerformancePreset
Keen to know everyone else's thoughts!
The text was updated successfully, but these errors were encountered: