File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2222
2323 <ItemGroup Condition =" '$(SolutionName)' == 'Sentry.Unity'" >
2424 <InternalsVisibleTo Include =" Sentry.Unity" />
25+ <InternalsVisibleTo Include =" Sentry.Unity.Tests" />
2526 </ItemGroup >
2627
2728 <!-- Platform-specific props included here -->
Original file line number Diff line number Diff line change @@ -209,13 +209,6 @@ internal static IDisposable UseHub(IHub hub)
209209 return new DisposeHandle ( hub ) ;
210210 }
211211
212- /// <summary>
213- /// Allows to set the trace
214- /// </summary>
215- internal static void SetTrace ( SentryId traceId , SpanId parentSpanId ) =>
216- CurrentHub . ConfigureScope ( scope =>
217- scope . SetPropagationContext ( new SentryPropagationContext ( traceId , parentSpanId ) ) ) ;
218-
219212 /// <summary>
220213 /// Flushes the queue of captured events until the timeout set in <see cref="SentryOptions.FlushTimeout"/>
221214 /// is reached.
You can’t perform that action at this time.
0 commit comments