Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
3.16.0
- ref(reactnative): Use clack prompts and share common code (dirty repo, login) (#473)
- feat(reactnative): Add telemetry (#477)
- feat(reactnative): Improve
build.gradle
patch so that it's more likely to work without changes in monorepos (#478) - fix(reactnative): Save Sentry URL, Organization and Project to
sentry.properties
(#479)
3.15.0
- feat(remix): Support sourcemap uploads of Hydrogen apps (#474)
- fix(remix): Use captureRemixServerException inside handleError (#466)
- fix(remix): Fix
request
arg inhandleError
template (#469) - fix(remix): Update documentation links to the new routes (#470)
- fix(remix): Instrument existing root
ErrorBoundary
(#472)
3.14.1
3.14.0
3.13.0
- enh(android): Show link to issues page after setup is complete (#448)
- feat(remix): Pass
org
,project
,url
toupload-sourcemaps
script (#434) - feat(sourcemaps): Automatically enable source maps generation in
tsconfig.json
(#449) - feat(sveltekit): Add telemetry collection (#455)
- fix(nextjs): Add selfhosted url in
next.config.js
(#438) - fix(nextjs): Create necessary directories in app router (#439)
- fix(sourcemaps): Write package manager command instead of object to package.json (#453)
- ref(sveltekit): Check for minimum supported SvelteKit version (#456)
Work in this release contributed by @andreysam. Thank you for your contributions!
3.12.0
3.11.0
- feat(android): Add wizard support for Android (#389)
Set up the Sentry Android SDK in your app with one command:
npx @sentry/wizard@latest -i android
# or via brew
brew install getsentry/tools/sentry-wizard && sentry-wizard -i android
- feat(craft): Add
brew
target for automatically publishingsentry-wizard
to
Sentry's custom Homebrew tap (#406)
You can now install sentry-wizard
via Homebrew:
brew update
brew install getsentry/tools/sentry-wizard
- feat: Add Bun package manager support (#417)
- feat(apple): Add option to choose between cocoapods when available and SPM (#423)
- feat(apple): Search App entry point by build files not directories (#420)
- feat(apple): Use ".sentryclirc" for auth instead of hard coding it (#422)
- feat(nextjs): Add support for Next.js 13 app router (#385)
- feat(sourcemaps): Provide exit path if there's no need to upload sourcemaps (#415)
- fix: Handle no projects available (#412)
- fix: Remove picocolor usage (#426)
- fix: Support org auth tokens in old wizards (#409)
- fix: Treat user-entered DSN as a public DSN (#410)
- fix(sourcemaps): Enable source map generation when modifying Vite config (#421)