Manoel Aranda Neto
Manoel Aranda Neto
@ueman not really, the idea is that there's an easy way to set up a proxy via options and not replacing the whole transport layer. the current `http` lib does...
@ueman if that works, sounds good, but instead of people doing such code snippet, we could do something like: https://github.com/getsentry/sentry-java/blob/main/sentry/src/main/java/io/sentry/SentryOptions.java#L134-L138 so they configure host, port, user, pass and we do...
sounds good, lets just make it easier to set up the proxy then (internally using the `IOClient`) as suggested, but let's keep the `Client` lib, this is not a breaking...
https://docs.sentry.io/platforms/react-native/usage/event-information/
> Before adding a tag like this we have to discuss with S&S and check if we should be using custom tags or alternative solutions. fwiw Flutter and React Native...
Seems like a generic issue for all the SDKs and not Mobile only, deferring that to the Docs team.
@imatwawana yes, but I believe SDKs don't set tags automatically, some tags are created automatically tho during event ingestion, so the Ingest team would know better.
> A related PR #5330, but this PR is for pointing out features that exist for all platforms. Not really, you can always use the `supported` or `not_supported` tags for...
@lucas-zimerman
@bruno-garcia the Java code will wrap the primitive types or String within an Object with a value field: it'd become: ``` "key": { "value": your primitive value or String }...