Karl Heinz Struggl

Results 57 issues of Karl Heinz Struggl

Profiling is not supported on these platforms, resulting in the following error after the wizard automatically adds `configureProfiling` for these platforms: ![Image](https://github.com/user-attachments/assets/b46f0c6c-f0fe-4506-b18b-7c8d596a0da6)

Improvement
Cocoa

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...

Improvement
Cocoa

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,...

Improvement
Cocoa

### 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...

Improvement
Cocoa

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...

Improvement

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...

Task
Android

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....

Status: Backlog
Cordova
Docs