We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've recently added Java and Android to the SDK release registry.
One of the things this enables is displaying the extra information about the SDK on the docs.
For example, Python:
The SDK name is defined in the config.yml:
config.yml
sentry-docs/src/platforms/python/config.yml
Line 4 in 00f85e3
Which matches the release registry: https://github.com/getsentry/sentry-release-registry/blob/8b74a094880ad033fa556fcb2c6f7f3b5488e4ee/sdks/sentry.python
The Java and Android SDKs:
sentry-docs/src/platforms/android/config.yml
sentry-docs/src/platforms/java/config.yml
The text was updated successfully, but these errors were encountered:
I can confirm that neither Java nor Android display. PlatformSdkDetail.tsx appears to be the file that pulls the info.
PlatformSdkDetail.tsx
Sorry, something went wrong.
it does now after @tonyo fix :)
No branches or pull requests
We've recently added Java and Android to the SDK release registry.
One of the things this enables is displaying the extra information about the SDK on the docs.
For example, Python:
![image](https://user-images.githubusercontent.com/1633368/108442876-cd616280-7225-11eb-8ad1-9dd7f8e861e6.png)
The SDK name is defined in the
config.yml
:sentry-docs/src/platforms/python/config.yml
Line 4 in 00f85e3
Which matches the release registry:
https://github.com/getsentry/sentry-release-registry/blob/8b74a094880ad033fa556fcb2c6f7f3b5488e4ee/sdks/sentry.python
The Java and Android SDKs:
sentry-docs/src/platforms/android/config.yml
Line 4 in 00f85e3
https://github.com/getsentry/sentry-release-registry/blob/8b74a094880ad033fa556fcb2c6f7f3b5488e4ee/sdks/sentry.java.android
sentry-docs/src/platforms/java/config.yml
Line 4 in 00f85e3
https://github.com/getsentry/sentry-release-registry/blob/8b74a094880ad033fa556fcb2c6f7f3b5488e4ee/sdks/sentry.java
The text was updated successfully, but these errors were encountered: