Philipp Hofmann
Philipp Hofmann
Maybe this helps https://guides.cocoapods.org/syntax/podspec.html
@ueman, could you point out the deprecated fields in the description, please?
We will make an abstraction in the API that when you use the custom instrumentation, slow and frozen frames are attached automatically.
@pistoleta, what you could do already now is use `beforeSend` on the native layer and check if it's an OOM. Then you could add extra information to this event. We...
The low memory notification and OOM are not connected on the Cocoa SDK because there is no guarantee that the OS posts a low memory notification before receiving an OOM....
A related PR https://github.com/getsentry/sentry-docs/pull/5330, but this PR is for pointing out features that exist for all platforms.
I think this should be solved in the bash script for Xcode in our docs: https://docs.sentry.io/platforms/apple/dsym/#uploading-symbols-with-sentry-cli: ```bash if which sentry-cli >/dev/null; then export SENTRY_ORG=example-org export SENTRY_PROJECT=example-project export SENTRY_AUTH_TOKEN=YOUR_AUTH_TOKEN ERROR=$(sentry-cli upload-dif...
Hey @armcknight, https://github.com/getsentry/sentry-cli/issues/1092 is completed now. Do you want to revisit this issue now?
No, this makes sense. Are you up for a PR maybe @armcknight?
I agree, adding this blurb on the onboarding instructions makes sense.