Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/themes": "^3.1.3",
"@sentry-internal/global-search": "^1.3.0",
"@sentry/browser": "^10.27.0",
"@sentry/nextjs": "^10.27.0",
"@types/mdx": "^2.0.9",
"algoliasearch": "^4.23.3",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/docFeedback/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';
import {CheckIcon as Check} from '@radix-ui/react-icons';
import {Button} from '@radix-ui/themes';
import * as Sentry from '@sentry/browser';
import * as Sentry from '@sentry/nextjs';
import {Fragment, useEffect, useState} from 'react';
import {usePlausibleEvent} from 'sentry-docs/hooks/usePlausibleEvent';

Expand Down
2 changes: 1 addition & 1 deletion src/globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type * as Sentry from '@sentry/browser';
import type * as Sentry from '@sentry/nextjs';

declare global {
interface Window {
Expand Down
Loading