Skip to content

Commit

Permalink
Update src/Sentry/SentryPropagationContext.cs
Browse files Browse the repository at this point in the history
Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
  • Loading branch information
bitsandfoxes and jamescrosswell authored Aug 1, 2023
1 parent e83b5a9 commit 3ee3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry/SentryPropagationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public DynamicSamplingContext? DynamicSamplingContext
}
else
{
throw new Exception("should not do that.");
throw new Exception("Attempted to set the DynamicSamplingContext but the context exists already.");
}
}
}
Expand Down

0 comments on commit 3ee3b0a

Please sign in to comment.