Skip to content

Commit 89232b1

Browse files
iadjivonmaycmlee
andauthored
Reverted changes to the include removed heading (#28912)
* reverted changes to the include removed heading * Update content/en/error_tracking/guides/sentry_sdk.md Co-authored-by: May Lee <[email protected]> * modified the migration section * added the Enable {product} with backend standalone Error Tracking to the guides page --------- Co-authored-by: May Lee <[email protected]>
1 parent aed0429 commit 89232b1

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

content/en/error_tracking/guides/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ disable_toc: true
55
---
66

77
{{< whatsnext desc="Enable other products from a standalone Backend Error Tracking installation:" >}}
8-
{{< nextlink href="/error_tracking/guides/enable_infra" >}}Enable infrastructure monitoring{{< /nextlink >}}
9-
{{< nextlink href="/error_tracking/guides/enable_apm" >}}Enable APM{{< /nextlink >}}
10-
{{< nextlink href="/error_tracking/guides/sentry_sdk" >}} Sentry SDK{{< /nextlink >}}
8+
{{< nextlink href="/error_tracking/guides/enable_infra" >}}Enable Infrastructure Monitoring with backend standalone Error Tracking {{< /nextlink >}}
9+
{{< nextlink href="/error_tracking/guides/enable_apm" >}}Enable APM with backend standalone Error Tracking{{< /nextlink >}}
10+
{{< nextlink href="/error_tracking/guides/sentry_sdk" >}} Enable Sentry SDK with backend standalone Error Tracking{{< /nextlink >}}
1111
{{< /whatsnext >}}

content/en/error_tracking/guides/sentry_sdk.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,13 @@ To configure the Sentry SDK to send events into Datadog:
119119

120120
### Upload JavaScript source maps
121121

122-
If your frontend JavaScript source code is minified, you can upload source maps to Datadog to deobfuscate stack traces in Error Tracking.
123-
124-
See [Upload JavaScript Source Maps][4].
122+
If your frontend JavaScript source code is minified, you can upload source maps to Datadog to deobfuscate stack traces in Error Tracking. See [Upload JavaScript Source Maps][4].
125123

126124
The `version` on source maps is matched with the `release` [configured][11] on the Sentry SDK.
127125

128126
### Source code integration
129127

130-
[Datadog Source Code Integration][5] allows you to connect your telemetry with your Git repositories.
131-
132-
Source Code Integration works with Sentry SDKs by configuring telemetry tags:
128+
[Datadog Source Code Integration][5] allows you to connect your telemetry with your Git repositories. It works with Sentry SDKs by configuring telemetry tags:
133129

134130
{{< tabs >}}
135131

@@ -188,14 +184,16 @@ Sentry.set_tags('git.repository_url', '<git-provider.example/me/my-repo>')
188184

189185
To get the most out of Error Tracking, Datadog recommends migrating to the Datadog SDK and/or Agent-based setups. See [Backend Error Tracking][7] and [Frontend Error Tracking][8] for more information.
190186

191-
During your migration, you can use the Sentry SDK and Datadog at the same time.
187+
The Sentry SDK setup can be used simultaneously with the recommended setup. Errors may be reported twice.
192188

193-
**Note**: Doing so may result in errors being reported twice.
189+
## Send events to both Sentry and Datadog
190+
Events can be sent to both Sentry (or any other Sentry-compatible backend) and Datadog. This allows you to start using Datadog while also keeping your current solution. There are a couple of ways to achieve this:
191+
- [Using the Sentry SDK](#using-the-sentry-sdk)
192+
- [Using Sentry Mirror](#using-sentry-mirror)
194193

195-
### From the Sentry SDK
194+
### Using the Sentry SDK
196195
You can configure Sentry SDKs to send events to multiple DSNs at once. On most Sentry SDKs, you can override the default transport to achieve this.
197196

198-
199197
{{< tabs >}}
200198

201199
{{% tab "JavaScript" %}}

0 commit comments

Comments
 (0)