Skip to content

Commit 6f64a10

Browse files
committed
Update ApiApprovalTests
1 parent 2aab467 commit 6f64a10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ namespace Sentry
215215
}
216216
public interface IScopeObserver
217217
{
218-
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb);
218+
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb, Sentry.SentryHint hint);
219219
void SetExtra(string key, object? value);
220220
void SetTag(string key, string value);
221221
void SetTrace(Sentry.SentryId traceId, Sentry.SpanId parentSpanId);

test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ namespace Sentry
215215
}
216216
public interface IScopeObserver
217217
{
218-
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb);
218+
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb, Sentry.SentryHint hint);
219219
void SetExtra(string key, object? value);
220220
void SetTag(string key, string value);
221221
void SetTrace(Sentry.SentryId traceId, Sentry.SpanId parentSpanId);

test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ namespace Sentry
215215
}
216216
public interface IScopeObserver
217217
{
218-
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb);
218+
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb, Sentry.SentryHint hint);
219219
void SetExtra(string key, object? value);
220220
void SetTag(string key, string value);
221221
void SetTrace(Sentry.SentryId traceId, Sentry.SpanId parentSpanId);

0 commit comments

Comments
 (0)