Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
3.26.0
- fix(nextjs): Don't add '.env.sentry-build-plugin' to .gitignore if it's already there (#610)
- feat(nextjs): Support all
next.config
file types (#630)
- fix(nextjs): Update instrumentation and example creation logic for app or pages usage (#629)
- feat(nextjs): Prompt for
reactComponentAnnotation
(#634)
- fix(nextjs): Add missing Error.getInitialProps calls in Next.js error page snippets (#632)
- fix/feat: Improve error logging for package installation (#635)
- fix: Properly close open handles (#638)
3.25.2
- ref: Improve intro and wizard selection (#625)
3.25.1
- fix(remix): Change
handleError
in server entry (#621)
3.25.0
- feat(react-native): Add support for Expo projects (#505)
3.24.1
- fix(nextjs): Add trailing comma to
sentryUrl
option in withSentryConfig
template (#601)
3.24.0
- feat(remix): Switch to OTEL setup (#593)
- feat(remix): Update
start
script for built-in Remix servers (#604)
- deps: Bump glob to
8.1.0
(#599)
3.23.3
- fix(nextjs): Fix Types of GlobalError (#592)
3.23.2
- feat(nextjs): Detect typescript usage and emit files accordingly (#580)
- fix(step-wizards): Show correct URL when prompting DSN (#577)
- feat(electron): Update code examples for v5 (#591)
1.4.1
- fix(step-wizards): Show correct URL when prompting DSN (#581)
3.23.1
- fix(nextjs): Replace
url
with sentryUrl
in withSentryConfig
options (#579)