Skip to content

Commit 0179ea3

Browse files
committed
remove setNative call
1 parent 94a0097 commit 0179ea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-async-profiler/src/main/java/io/sentry/asyncprofiler/convert/JfrAsyncProfilerToSentryProfileConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ private List<Integer> createFramesAndCallStack(StackTrace stackTrace) {
167167
}
168168

169169
SentryStackFrame frame = createStackFrame(element);
170-
frame.setNative(isNativeFrame(types[i]));
171170
int frameIndex = getOrAddFrame(frame);
172171
callStack.add(frameIndex);
173172
}

0 commit comments

Comments
 (0)