-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add logs beta checkbox for SDKs #13965
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
Closed
rahulchhabria
wants to merge
22
commits into
master
from
cursor/add-logs-beta-checkbox-for-sdks-73b7
Closed
Add logs beta checkbox for SDKs #13965
rahulchhabria
wants to merge
22
commits into
master
from
cursor/add-logs-beta-checkbox-for-sdks-73b7
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will decrease total bundle size by 11.39kB (-0.05%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
App Routes Affected:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
…/github.com/getsentry/sentry-docs into cursor/add-logs-beta-checkbox-for-sdks-73b7 * 'cursor/add-logs-beta-checkbox-for-sdks-73b7' of https://github.com/getsentry/sentry-docs: Add documentation for AI features in Sentry Update Next.js docs with features overview and manual setup instructions Add logs beta option to JavaScript framework manual setup guides Add comprehensive JavaScript logs beta implementation status documentation Chore: Update dependencies and remove unused catch error variables Add logs beta support across JavaScript platform documentation Update Logs Beta option name with parentheses Add logs beta configuration to JavaScript platform documentation Add logs beta configuration across multiple platforms and SDKs Add logs beta option to SDK onboarding across multiple platforms
Contributor
|
Rebased off master to hopefully fix your 404 issues @rahulchhabria - will check back in the AM |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A "Logs Beta" checkbox was implemented for Sentry SDK setup configurations across multiple platforms.
src/components/onboarding/index.tsxfile was updated to include'logs-beta'inOPTION_IDSandoptionDetails, providing a descriptive text for the new feature.platform-includes/logs/setup/go.mdx, was created to define the Go SDK's logs setup.docs/platforms/android/index.mdx,docs/platforms/dart/guides/flutter/index.mdx,docs/platforms/php/index.mdx,docs/platforms/python/index.mdx,docs/platforms/ruby/common/index.mdx,docs/platforms/go/guides/gin/index.mdx,docs/platforms/javascript/guides/react/index.mdx,docs/platforms/javascript/guides/nextjs/manual-setup.mdx) were modified. These updates added'logs-beta'to theirOnboardingOptionButtonsand integrated SDK-specific log configuration snippets.platform-includes/getting-started-config/java.mdx,platform-includes/getting-started-config/javascript.mdx, andplatform-includes/getting-started-config/ruby.mdx.___PRODUCT_OPTION_START___ logs-betaand___PRODUCT_OPTION_END___ logs-betamarkers, allowing the onboarding component to dynamically display the relevant configuration based on the checkbox selection.