You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Logs Beta" checkbox functionality was integrated into SDK getting
started configurations.
* The `logs` option was added to `src/components/onboarding/index.tsx`,
defining the new feature and its UI description.
* `OnboardingOptionButtons` components were introduced to
`platform-includes/getting-started-config/*.mdx` for Java, Go, PHP,
Ruby, and JavaScript, enabling the "Logs Beta" checkbox for these
platforms.
* For Android and Flutter, existing `OnboardingOptionButtons` in
`docs/platforms/android/index.mdx` and
`docs/platforms/dart/guides/flutter/index.mdx` were updated to include
the `logs` option.
* These modifications ensure that selecting the "Logs Beta" checkbox
conditionally displays the relevant logs setup code, which was already
present within `___PRODUCT_OPTION_START___ logs` and
`___PRODUCT_OPTION_END___ logs` markers in the respective `.mdx` files.
* A new file, `platform-includes/logs/setup/go.mdx`, was also created
for Go logs setup documentation.
---------
Co-authored-by: Cursor Agent <[email protected]>
Copy file name to clipboardExpand all lines: docs/platforms/go/common/index.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ Check out the other SDKs we support in the left-hand dropdown.
10
10
11
11
* If you don't have an account and Sentry project established already, please head over to [Sentry](https://sentry.io/signup/), and then return to this page.
12
12
13
+
## Features
14
+
15
+
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).
16
+
17
+
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
@@ -72,7 +72,7 @@ In addition to capturing errors, you can monitor interactions between multiple s
72
72
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
Sentry captures data by using an SDK within your application’s runtime. This means that you have to add `@sentry/node` as a runtime dependency to your application:
22
+
Sentry captures data by using an SDK within your application's runtime. This means that you have to add `@sentry/node` as a runtime dependency to your application:
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/bun/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ In addition to capturing errors, you can monitor interactions between multiple s
16
16
17
17
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
0 commit comments