-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(derived_code_mappings): Remove call out #14283
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
base: master
Are you sure you want to change the base?
Conversation
It's always been a source of confusion since it would not make any mention of the automatic code mapping derivation.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 657 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
@@ -328,7 +328,7 @@ By default, this feature is automatically enabled once your GitHub integration h | |||
|
|||
<Alert> | |||
|
|||
Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, PHP, Python, and Ruby projects for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. Support for other languages and other source code integrations is being worked on. | |||
Sentry will automatically try to set up code mappings on certain platforms for organizations with the GitHub integration installed ([more details](https://github.com/getsentry/sentry/blob/master/src/sentry/issues/auto_source_code_config/constants.py)). If your project uses a different SDK, you can add code mappings manually. |
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.
Sentry will automatically try to set up code mappings on certain platforms for organizations with the GitHub integration installed ([more details](https://github.com/getsentry/sentry/blob/master/src/sentry/issues/auto_source_code_config/constants.py)). If your project uses a different SDK, you can add code mappings manually. | |
Sentry will automatically try to set up code mappings on C#, Clojure, Go, Groovy, Java, JavaScript, PHP, Python, Ruby, and Scala for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. |
I know it's going to require some more maintenance but I'd personally prefer that we explicitly list those platforms here to save users an extra click plus having to understand that file.
It's always been a source of confusion since it would not make any mention of the automatic code mapping derivation (only available for GitHub).
There are also some automatic commit fixes.