-
-
Notifications
You must be signed in to change notification settings - Fork 464
Profiling - OTEL profiling fix, Stabilization, Logging #4746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lbloder
merged 19 commits into
feat/continuous-profiling-03
from
feat/continuous-profiling-04
Sep 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1cb3cad
add skipProfiling flag to TransactionOptions to be able to skip profi…
lbloder d9790e3
add profilerId to spanContext so that otel span processor can propaga…
lbloder b86145b
immediately end profiling when stopProfiler is called
lbloder 9b4d2e1
bump api, fix android api 24 code
lbloder 732894f
catch all exception happening when converting from jfr
lbloder cde0eb1
simplify JavaContinuous profiler by catching AsyncProfiler instantiat…
lbloder c694f0c
add exists and writable info to log message
lbloder 9f941dd
add method to safely delete file
lbloder e45ee44
remove setNative call
lbloder 797f468
fix test
lbloder b882020
fix reference to commit we vendored from
lbloder d9fc89e
drop event if it cannot be processed to not lose the whole chunk
lbloder ecc0215
Format code
getsentry-bot ab9b950
fix test
lbloder 16ad3ac
Format code
getsentry-bot eb6a942
fix test
lbloder 0b1ea35
catch exceptions in startProfiler/stopProfiler
lbloder 802e79e
Merge branch 'feat/continuous-profiling-04' of github.com:getsentry/s…
lbloder 2295cba
fallback to threadId -1 if it cannot be resolved
lbloder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
simplify JavaContinuous profiler by catching AsyncProfiler instantiat…
…ion exceptions in provider
- Loading branch information
commit cde0eb1ba6526e81266ff0c1c016540251cc1492
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.