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
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]>
Copy file name to clipboardExpand all lines: content/en/error_tracking/guides/sentry_sdk.md
+8-10
Original file line number
Diff line number
Diff line change
@@ -119,17 +119,13 @@ To configure the Sentry SDK to send events into Datadog:
119
119
120
120
### Upload JavaScript source maps
121
121
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].
125
123
126
124
The `version` on source maps is matched with the `release`[configured][11] on the Sentry SDK.
127
125
128
126
### Source code integration
129
127
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:
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.
190
186
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.
192
188
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)
194
193
195
-
### From the Sentry SDK
194
+
### Using the Sentry SDK
196
195
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.
0 commit comments