Skip to content

3.11.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 06 Sep 12:43
  • 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 publishing sentry-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)