Skip to content

Commit 744323a

Browse files
committed
Update ApiApprovalTests
1 parent 2aab467 commit 744323a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ namespace Sentry
203203
}
204204
public interface IScopeObserver
205205
{
206-
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb);
206+
void AddBreadcrumb(Sentry.Breadcrumb breadcrumb, Sentry.SentryHint hint);
207207
void SetExtra(string key, object? value);
208208
void SetTag(string key, string value);
209209
void SetTrace(Sentry.SentryId traceId, Sentry.SpanId parentSpanId);

0 commit comments

Comments
 (0)