Skip to content

Commit

Permalink
samples
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Feb 5, 2024
1 parent 6aa4202 commit e4776f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Sentry.Samples.Console.Customized/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ await SentrySdk.ConfigureScopeAsync(async scope =>

SentrySdk.AddBreadcrumb(
new Breadcrumb("A breadcrumb that will be replaced by the 'BeforeBreadcrumb callback because of the hint", null),
new Hint("don't trust this breadcrumb", "trust this instead")
new SentryHint("don't trust this breadcrumb", "trust this instead")
);

// Data added to the root scope (no PushScope called up to this point)
Expand Down

0 comments on commit e4776f9

Please sign in to comment.