We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The android version of the SDK allows us to set the sample rate for logs via a setSampleRate function on the logger builder (https://docs.datadoghq.com/logs/log_collection/android/?tabs=java#logger-initialization).
setSampleRate
Is there similar functionality for the iOS SDK? I can't find it anywhere.
The text was updated successfully, but these errors were encountered:
Hi @dweiner13 ! Thank you for the report and sorry for the late reply..
Indeed, unlike Android we do not provide sampling for logs on iOS, we will work on aligning those. I will keep you posted 👍
Sorry, something went wrong.
@maxep Thank you! For now it's easy enough to manually write that functionality, so no huge rush from my end.
Hey @dweiner13
Logging sampling is now available in the SDK. #1045
maxep
maciejburda
No branches or pull requests
The issue
The android version of the SDK allows us to set the sample rate for logs via a
setSampleRate
function on the logger builder (https://docs.datadoghq.com/logs/log_collection/android/?tabs=java#logger-initialization).Is there similar functionality for the iOS SDK? I can't find it anywhere.
The text was updated successfully, but these errors were encountered: