Skip to content

Conversation

@cleptric
Copy link
Member

@cleptric cleptric commented Jul 1, 2025

No description provided.

Co-authored-by: michael.hoffmann <michael.hoffmann@sentry.io>
@codecov
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.37%. Comparing base (fdf72a4) to head (4643847).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #344      +/-   ##
==========================================
- Coverage   59.64%   59.37%   -0.28%     
==========================================
  Files          51       49       -2     
  Lines        6148     6038     -110     
  Branches      479      472       -7     
==========================================
- Hits         3667     3585      -82     
+ Misses       2481     2453      -28     
Flag Coverage Δ
evals ?
unittests 59.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codyde codyde marked this pull request as ready for review July 2, 2025 15:38
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Cursor Deep Link Button Ignores Dynamic Endpoint

The Cursor deep link button's base64-encoded configuration hardcodes the MCP server URL to https://mcp.sentry.dev/mcp. This prevents it from using the dynamically generated endpoint variable, causing the button to always point to the production server. This inconsistency breaks functionality when the application is run in development environments or on different hosts/domains, unlike the manual setup instructions which correctly use the dynamic endpoint.

packages/mcp-cloudflare/src/client/components/fragments/remote-setup.tsx#L65-L68

onClick={() => {
const deepLink =
"cursor://anysphere.cursor-deeplink/mcp/install?name=Sentry&config=eyJ1cmwiOiJodHRwczovL21jcC5zZW50cnkuZGV2L21jcCJ9";
window.location.href = deepLink;

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@cleptric cleptric merged commit 801f2e6 into main Jul 2, 2025
13 checks passed
@cleptric cleptric deleted the cursor/add-button-to-cursor-instructions-section-f890 branch July 2, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants