-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(platform): preview project name on top of DSN #13041
base: master
Are you sure you want to change the base?
Conversation
also fixes a "copied" feedback z-index issue closes #13015
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 1.5kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
Files in
view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
App Routes Affected:
|
@a-hariti Thanks for the quick implementation! How should we deal with the project preview overlaying code? One idea that popped to my mind would be reducing the opacity when the cursor is on top of the preview, so that it is possible to view what's below the code, but not sure about that. https://sentry-docs-git-dsn-preview.sentry.dev/platforms/apple/guides/ios/ ![]() ![]() |
The ideal solution might be to track the user's gaze with AI and move the popup out of their eyesight 😂 |
I came up with this hack to add some margin to lines with clickable "keywords", it doesn't discriminate between DSN's or other things, but the worst case scenario is having an apparent extra line of whitespace, so it should do @philprime ![]() |
also fixes a "copied" feedback z-index issue
closes #13015