Skip to content

Commit 8e027d8

Browse files
committed
Merge branch 'feat/poc-continuous-profiling' of github.com:getsentry/sentry-java into feat/poc-continuous-profiling
2 parents 2298748 + 1321c03 commit 8e027d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sentry/src/main/java/io/sentry/protocol/profiling/SentryProfile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import java.util.List;
1515
import java.util.Map;
1616
import java.util.concurrent.ConcurrentHashMap;
17-
1817
import org.jetbrains.annotations.ApiStatus;
1918
import org.jetbrains.annotations.NotNull;
2019
import org.jetbrains.annotations.Nullable;

sentry/src/main/java/io/sentry/protocol/profiling/SentrySample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import java.math.RoundingMode;
1313
import java.util.HashMap;
1414
import java.util.Map;
15-
1615
import org.jetbrains.annotations.ApiStatus;
1716
import org.jetbrains.annotations.NotNull;
1817
import org.jetbrains.annotations.Nullable;

0 commit comments

Comments
 (0)