ref(getting-started): Add `@latest` to sentry wizard code snippet (#53837)
The `@latest` version specified for a few `npx
@sentry/wizard` command was missing. This causes `npx` to use an old,
previously downloaded version of the specified package instead of the
latest one which we want to avoid.