Francisco Prieto
Francisco Prieto
## Goal This quarter, one of the highlighter team's goals is to show NetworkRequests as spans in the dashboard, under the traces where they happen. [Link to ticket](https://www.notion.so/embraceio/Network-Requests-in-Traces-1a549b920f0d482ea0a8d8c00494bdb3) A way...
Added typeMappings and languageSpecificPrimitives to avoid classes with full import paths (like kotlin.String and kotlin.collections.Map) This doesn't work with List, it's probably a problem in the generator. I tried having...
Added nameMappings in openApiGenerate to avoid the data property in Envelope looking like this: ``` val `data`: EnvelopeData ```
## Goal Now we can use openApiGenerate to create the Envelope data classes, following the envelope.yml filee.yml file
When we called FindClass on SigquitDataSource and it was not found, we were returning 0 as the result of installGoogleAnrHandler. This means we would've logged that Google ANR was correctly...
## Goal If a `sensitive_keys_denylist` is provided in `embrace-config.json`, the following components will be scanned: - Moments (if not removed by time we implement this) - Session properties - Log...