Merge 1.19.4 into 1.20
This commit is contained in:
commit
ca60a13bb4
|
|
@ -71,7 +71,7 @@ public class SparkLaunchProfiler {
|
||||||
SparkSamplerProtos.SamplerData output = sampler.toProto(platform, new Sampler.ExportProps()
|
SparkSamplerProtos.SamplerData output = sampler.toProto(platform, new Sampler.ExportProps()
|
||||||
.creator(new CommandSender.Data(commandSender.getName(), commandSender.getUniqueId()))
|
.creator(new CommandSender.Data(commandSender.getName(), commandSender.getUniqueId()))
|
||||||
.comment("Stage: " + key)
|
.comment("Stage: " + key)
|
||||||
.mergeMode(() -> MergeMode.separateParentCalls(new MethodDisambiguator()))
|
.mergeMode(() -> MergeMode.sameMethod(new MethodDisambiguator()))
|
||||||
.classSourceLookup(platform::createClassSourceLookup));
|
.classSourceLookup(platform::createClassSourceLookup));
|
||||||
try {
|
try {
|
||||||
String urlKey = platform.getBytebinClient().postContent(output, "application/x-spark-sampler").key();
|
String urlKey = platform.getBytebinClient().postContent(output, "application/x-spark-sampler").key();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user