File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
sentry/src/main/java/io/sentry Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -975,14 +975,11 @@ public void reportFullyDisplayed() {
975975 }
976976
977977 @ Override
978- public void continueTrace (
978+ public void setTrace (
979979 final @ NotNull String traceId , final @ NotNull String spanID ) {
980980 @ NotNull
981981 PropagationContext propagationContext = PropagationContext .fromId (traceId , spanID );
982- configureScope (
983- (scope ) -> {
984- scope .setPropagationContext (propagationContext );
985- });
982+ configureScope ((scope ) -> scope .setPropagationContext (propagationContext ));
986983 }
987984
988985 @ Override
@@ -1077,4 +1074,4 @@ private static void validateOptions(final @NotNull SentryOptions options) {
10771074 "Scopes requires a DSN to be instantiated. Considering using the NoOpScopes if no DSN is available." );
10781075 }
10791076 }
1080- }
1077+ }
You can’t perform that action at this time.
0 commit comments