Karl Heinz Struggl
Karl Heinz Struggl
Profiling is not supported on these platforms, resulting in the following error after the wizard automatically adds `configureProfiling` for these platforms: 
For watchOS using SwiftUI I noticed that code injection failed: > Added the Sentry dependency to your project but could not add the Sentry code snippet. Please add the code...
Currently, the Apple wizard is invoked using the `ios` parameter (`sentry-wizard -i ios`), but it supports more/all Apple platforms. Therefore we should add macos, tvos, watchos, visionos as integration candidates,...
### Environment macOS project, wizard version 4.9.0 ### Steps to Reproduce `sentry-wizard -i ios` in uninstrumented macOS project ### Expected Result - Created .sentryclirc with the auth token - Updated...
Right now, errors we capture are not very granular/actionable. We should e.g. add more try/catches around specific steps and capture more specific/granular errors. (e.g. like for Nuxt [here](https://github.com/getsentry/sentry-wizard/pull/833)). The goal...
https://github.com/getsentry/sentry-wizard/pull/720 removed Profiling from the generated manifest because of https://docs.sentry.io/platforms/android/profiling/troubleshooting/#i-see-elevated-number-of-crashes-in-the-android-runtime-when-profiling-is-activated The volume of ART crashes are going down, so we can think of adding it again, but ideally after prompting...
Currently, Cordova inherits the [Custom Span Instrumentation](https://docs.sentry.io/platforms/javascript/guides/cordova/tracing/instrumentation/custom-instrumentation/) page from JS. Since Cordova is not on v9 and likely has not all features described, the according sections should be hidden (e.g....