Philipp Hofmann
Philipp Hofmann
Worth noting that our JavaScript repo already has something like this, see https://github.com/getsentry/sentry-javascript/pull/4993#issuecomment-1110615206.
We could use https://github.com/JakeWharton/diffuse Diffuse is a tool for diffing APKs, AABs, AARs, and JARs in a way that aims to provide both a high-level view of what changes along...
The first goal would be to get the output of diffuse and just add it as a comment to the PR. Example output of diffuse: ``` │ compressed │ uncompressed...
> so isSideLoaded working as expected or not? It seems not. We have plans on looking into this but didn't get to it yet, @nienienienie.
Thanks, @sindresorhus, for pinging us. Yes, we can bump the priority. We have discussions to maybe cover this in our next quarter, which lasts from November to January. I can't...
Fixed with https://github.com/getsentry/sentry-cocoa/pull/2442
You could have multiple hubs running at the same time with different DSNs. You could also close the SDK and start it again with a different DSN. So removing the...
Any updates @lhunath?
We could add an entry to the integration list if `stitchAsyncCode` is enabled. The integration name could be `SentryStitchAsyncCodeIntegration`.
@sindresorhus, we are currently working on this task. As you voted with 👍, are there any APIs you can point out that are not Swift-friendly and that you would like...