Philip Niedertscheider
Philip Niedertscheider
### Description At this point every integration has an Objective-C entrypoint, e.g. `SentryCrashIntegration.m` or `SentryANRTrackingIntegration.m`. They are initialized from the `- SentrySDKInternal#installIntegrations` using dynamic calling of the initializer (without parameters)....
## DESCRIBE YOUR PR I analyzed the documentation and the codebase of Sentry Cocoa SDK to add documentation for all options. ## IS YOUR CHANGE URGENT? Help us prioritize incoming...
## DESCRIBE YOUR PR Adds two new options introduced with https://github.com/getsentry/sentry-cocoa/pull/7063 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to...
## DESCRIBE YOUR PR Adds documentation for the new feature Metrics on Apple platforms, based on the JavaScript and Python documentation. ## IS YOUR CHANGE URGENT? Help us prioritize incoming...
## DESCRIBE YOUR PR Adds documentation about configuring masking of screenshots. Based on the already existing session replay masking documentation. As the two options sets are different (`options.sessionReplay.*` vs `options.screenshot.*`)...
We currently do not have any E2E tests for setting up projects using the Apple wizard. We should add E2E tests so verify that the wizard is performing all the...
# Motivation I manage my personal Xcode projects using the CLI [`xcodegen`](https://github.com/yonaskolb/XcodeGen), which allows to configure the most important fields of an Xcode project in a YAML configuration file, which...
If we run the E2E tests using `yarn test:e2e`, most of the tests are run in the current project. While this is convenient for manual testing and analysis, it pollutes...