Skip to content

Commit 1d25c56

Browse files
markushiCopilot
andauthored
Update src/Sentry/SentryOptions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ff02acb commit 1d25c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/SentryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ public IList<StringOrRegex> TracePropagationTargets
10051005
/// for interoperability with services that support OpenTelemetry standards.
10061006
/// </remarks>
10071007
/// <seealso href="https://develop.sentry.dev/sdk/telemetry/traces/#propagatetraceparent"/>
1008-
public bool PropagateTraceparent { get; set; } = false;
1008+
public bool PropagateTraceparent { get; set; }
10091009

10101010
internal ITransactionProfilerFactory? TransactionProfilerFactory { get; set; }
10111011

0 commit comments

Comments
 (0)