Philipp Hofmann
Philipp Hofmann
More similar issues related to this https://github.com/getsentry/sentry-cocoa/issues/3503 and https://github.com/getsentry/sentry-cocoa/issues/3504.
Let's check if we can swizzle these methods above. If we can, let's swizzle them. If not, don't put much effort into making them available. Please also update the docs.
I see a couple of crashes in our internal [SDK crash detection](https://sentry.sentry.io/issues/?project=4505469596663808&query=is%3Aunresolved+slicedProfileSamples&referrer=issue-list&sort=user&statsPeriod=14d). The crash occurs here at `objectsAtIndexes` https://github.com/getsentry/sentry-cocoa/blob/ddb47781bffd76406f31ab43e66760362585fcd7/Sources/Sentry/SentryProfileTimeseries.mm#L79-L81 My first thought was that maybe our code modifies `samples` while...
@zhou934381967 shared a detailed error message in https://github.com/getsentry/sentry-cocoa/issues/3509, which I closed as a duplicate: 
@brustolin, I'm closing this due to inactivity. Feel free to reopen when you still need it.
@wkoutre, which warning do you get for which functions? We already fixed the most important functions. Fixing the rest in our backlog, but I can't give you an ETA.
@juan-utility and @wkoutre. We fix the occurrences in `SentryCrashCString` with https://github.com/getsentry/sentry-cocoa/pull/4045, and the use of SHA1 is something we can only change in the next major with https://github.com/getsentry/sentry-cocoa/issues/4022.
The main benefit of this feature is that we can add [NSURLSessionTaskTransactionMetrics](https://developer.apple.com/documentation/foundation/nsurlsessiontasktransactionmetrics#3162615). 
I can easily reproduce this with our iOS-Swift sample app. I removed starting the SDK from the AppDelegate and replaced it with ```Swift let options = Options() options.dsn = dsn...
Thanks for reporting this, @sindresorhus. I can reproduce this quickly. We have to investigate what is causing this.