Philipp Hofmann
Philipp Hofmann
Doesn't only happen for SwiftUI, also happens for the iOS-Swift sample app: https://sentry-sdks.sentry.io/issues/3607568922/events/7d47da9a7cb54db18fa384bcd5709a6d/
It could be that we don't have to fix this in the SDK, but we should fix this in Sentry by maybe even just hiding this unknown stack frame as...
Thanks for the update, @sindresorhus. We increased the priority on our backlog for fixing this.
Places to look: file and HTTP instrumentation.
When you call Fastlane from the command line, you can do something like ``` fastlane [your_lane] > output.log ``` This should also work in CI.
We set the log level to `debug` if you use verbose for Fastlane https://github.com/getsentry/sentry-fastlane-plugin/blob/d36767725d0b21e85d27fc15058ad04315a0e726/lib/fastlane/plugin/sentry/helper/sentry_config.rb#L57 I think we should add a parameter for the log level `common_api_config_items`, so you can configure...
The helper should take the output from sentry-cli and forwards it to `UI`. The environment variable `SENTRY_LOG_LEVEL` is used by sentry-cli. If I'm not mistaken, we need to add an...
@jamescrosswell, I answered the OTEL topic here https://github.com/getsentry/team-sdks/issues/14#issuecomment-1750501304. Please let me know if that works, because then I'm going to update the develop docs.
If you know it's coming from otel, I would recommend using `auto.otel` instead of `auto` only. We can also change the pattern, described in https://develop.sentry.dev/sdk/performance/trace-origin/ if required. It's not set...
This could be related to https://github.com/getsentry/sentry-cocoa/issues/1620 and https://github.com/getsentry/sentry-cocoa/issues/1547.