Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Feb 27, 2025
1 parent 59976fe commit 43b1486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sentry.Unity.Android.Tests/TestSentryJava.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void Init(IJniExecutor jniExecutor, SentryUnityOptions options, TimeSpan
public bool? CrashedLastRun(IJniExecutor jniExecutor) => IsCrashedLastRun;

public void Close(IJniExecutor jniExecutor) { }
public void ContinueTrace(IJniExecutor jniExecutor, string traceId) { }
public void SetTrace(IJniExecutor jniExecutor, string traceId, string spanId) { }

public void WriteScope(
IJniExecutor jniExecutor,
Expand Down

0 comments on commit 43b1486

Please sign in to comment.