-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add copy for llm button #14342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add copy for llm button #14342
Conversation
rahulchhabria
commented
Jul 12, 2025
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle ReportChanges will increase total bundle size by 1.77MB (7.99%) ⬆️
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
Files in
Files in
Files in
App Routes Affected:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
Files in
Files in
App Routes Affected:
view changes for bundle: sentry-docs-edge-server-array-pushAssets Changed:
|
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
pnpm-lock.yaml
Outdated
|
|
||
| [email protected]: | ||
| resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} | ||
| engines: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
High severity vulnerability may affect your project—review required:
Line 6651 lists a dependency (next) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of next are vulnerable to Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling'). A vulnerability in Next.js can enable an attacker to poison the cache. Under certain conditions, a HTTP 204 response may be cached for static pages, causing all subsequent requests to receive an empty response and effectively leading to a Denial of Service condition.
To resolve this comment:
Check if you are using ISR with cache revalidation (in next start or standalone mode), and route using SSR, and you are not hosting on Vercel.
- If you're affected, upgrade this dependency to at least version 15.1.8 at pnpm-lock.yaml.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
Co-authored-by: rahul.chhabria <[email protected]>
…com/getsentry/sentry-docs into cursor/add-copy-for-llm-button-54f6
- Fix RefObject type errors by updating function signatures to accept null - Add proper type guards with isValidElement for React element checks - Replace JSX.Element with ReactElement imports - Fix ToggleEventHandler type mismatch in expandable component - Add missing attributes property to ImportDeclaration type - Use optional chaining for safer property access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add explicit type casting for ImportDeclaration in remark-mdx-images - Use 'as any' type assertion for React element props access - Fix className and children property access in React components 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
407afef to
a31f49a
Compare
- Add missing spaces in React import statements - Resolve simple-import-sort/imports linting issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>