Philipp Hofmann
Philipp Hofmann
@kevinrenskers, it's supposed to be as pointed out in the develop docs. We have an internal [DACI](https://www.notion.so/sentry/DACI-Control-Sending-Trace-Data-63fd04ea885443ee99514c15a1e91499), which I'm going to send you somewhere in private.
Crashlytics still uses it here https://github.com/firebase/firebase-ios-sdk/blob/bdac2b87f6d6e604deae914a970a75136b3a62b5/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m#L250. Make sure it's actually used on iOS. Also, check KSCrash. Do this to make sure that readding the usage of `NXGetLocalArchInfo` doesn't prevent users...
Thanks, @tmm1, for reporting this. @denrase, is this something you could look into?
Please take it @denrase.
Maybe we could apply a similar approach as we do in https://github.com/getsentry/sentry-dart-plugin/pull/49.
I agree with lowering the priority for this issue.
No, we don't have `maxQueueSize` at all. We only have `maxCacheItems` which is public.
It's a public option on [Java](https://github.com/getsentry/sentry-java/blob/24d5c4f3c7acddcc1075f105a221488abf657f0d/sentry/src/main/java/io/sentry/SentryOptions.java#L1154-L1163) and most other SDKs.
Unity uses the [default](https://github.com/getsentry/sentry-docs/blob/d36037eb886fc61720610312d066e8264feae35c/src/platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs/_default.mdx#L2) for automatic breadcrumbs. We have to add a platform-specific one [here](https://github.com/getsentry/sentry-docs/tree/d36037eb886fc61720610312d066e8264feae35c/src/platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs). @bitsandfoxes, you should know which breadcrumbs Unity captures out of the box. Just saw that...
Cocoa doesn't support this yet; see https://github.com/getsentry/sentry-cocoa/issues/1606. On [Java](https://github.com/getsentry/sentry-java/blob/afa17aebbba747515240b2e2fb38ded581994605/sentry/src/main/java/io/sentry/Attachment.java#L14) and [Python](https://github.com/getsentry/sentry-python/blob/7d004f093025a8c9067b860d0db10d00c3c91536/sentry_sdk/attachments.py#L18), there is an extra argument `addToTransactions` you can pass in when creating a transaction.