sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
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...
#1006 attempted to unflake them but I didn't manage to eliminate the test fails yet.
Instead of showing a copy-paste snipped for testing the React Native Error Reporting, the wizard could inject a component, which would show a simple fullscreen playground with a `Throw an...
- **test(angular): Unflake Angular e2e tests** - **debug build** #skip-changelog
# 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...
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...
We should refine some golden path for setting up debug symbols, this is also needed in docs. The wizard should prompt users to set this up. See JavaScript browser source...
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...
From internal support ticket where the customer had trouble setting up source maps: > the confusion was due to the sentry wizard adding " devtool: 'source-map'" to our webpack config,...