-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't set other options in init #22
Comments
@jerbob92 just released a new version which should fix it |
@farfromrefug awesome, thanks! Will try it out! |
@farfromrefug that did not fully fix it it seems:
logcat says:
|
@farfromrefug it looks like change this broke more than it fixed. Before, most boolean options would work, but now most of them don't, and since there are some options in there by default, I can't init the client at all anymore. It looks like the only options that did not work before your change are the ones marked as |
@jerbob92 ok i see! they use both :s and i have no way to "discover" it. Ok will add a special check |
@jerbob92 published another version. Can you try? |
@farfromrefug yes, works! Only one that's failing now is |
@jerbob92 Ok might add support for this in the future |
When setting other options in the init, the code fails with:
For example in the following code:
The error relates to the following line: https://github.com/nativescript-community/sentry/blob/master/src/sentry/wrapper.android.ts#L385
Perhaps a case for booleans need to be added as well?
Edit: looks like it's specifically
enableTracing
.The text was updated successfully, but these errors were encountered: