diff --git a/scripts/add-og-images.ts b/scripts/add-og-images.ts index e48068b0cb684..99ac0e735e798 100644 --- a/scripts/add-og-images.ts +++ b/scripts/add-og-images.ts @@ -1,4 +1,5 @@ #!/usr/bin/env node +/* eslint-disable no-console */ /** * Script to automatically add og_image frontmatter to all MDX files that contain images. * This script: diff --git a/scripts/remove_sentry_domain.js b/scripts/remove_sentry_domain.js index 2f5ba6ef2d0bf..22e31c710dfa1 100644 --- a/scripts/remove_sentry_domain.js +++ b/scripts/remove_sentry_domain.js @@ -1,4 +1,5 @@ #!/usr/bin/env node +/* eslint-disable no-console */ /** * Script to remove 'https://docs.sentry.io/' domain from URLs in MDX files. * diff --git a/src/components/gradleUploadInstructions.tsx b/src/components/gradleUploadInstructions.tsx index e66ce60de8f48..0c4db95c491d6 100644 --- a/src/components/gradleUploadInstructions.tsx +++ b/src/components/gradleUploadInstructions.tsx @@ -1,4 +1,6 @@ import {Fragment} from 'react'; +import Image from 'next/image'; +import Link from 'next/link'; import {CodeBlock} from './codeBlock'; import {CodeTabs} from './codeTabs'; @@ -24,9 +26,9 @@ export function GradleUploadInstructions({feature}: Props) {
  1. Configure the{' '} - + Sentry Android Gradle plugin - {' '} + {' '} with at least version 6.0.0-rc.1
  2. @@ -67,10 +69,12 @@ export function GradleUploadInstructions({feature}: Props) { After an upload has successfully processed, confirm the metadata is correct in the Sentry UI

    - Upload metadata