Skip to content
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

Add missing options for the Android SDK #621

Open
bitsandfoxes opened this issue Mar 8, 2022 · 1 comment
Open

Add missing options for the Android SDK #621

bitsandfoxes opened this issue Mar 8, 2022 · 1 comment

Comments

@bitsandfoxes
Copy link
Contributor

First, we need to figure out which options are missing.

@bitsandfoxes
Copy link
Contributor Author

This refers to both the options we're adding to the manifest in case of auto-initialization here

// TODO: Missing on AndroidManifest
// _logger.LogDebug("Setting MaxBreadcrumbs: {0}", options.MaxBreadcrumbs);
// androidManifest.SetMaxBreadcrumbs(options.MaxBreadcrumbs);
// _logger.LogDebug("Setting MaxCacheItems: {0}", options.MaxCacheItems);
// androidManifest.SetMaxCacheItems(options.MaxCacheItems);
// _logger.LogDebug("Setting SendDefaultPii: {0}", options.SendDefaultPii);
// // androidManifest.SetSendDefaultPii(options.SendDefaultPii);

But also the runtime init introduced in #1924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Archived in project
Development

No branches or pull requests

1 participant