Skip to content

Commit

Permalink
Add deprecation comment for profiler internals (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana authored Jun 13, 2024
1 parent 1497916 commit 0878593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sentry_sdk/profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
__all__ = [
"start_profiler",
"stop_profiler",
# Re-exported for backwards compatibility
# DEPRECATED: The following was re-exported for backwards compatibility. It
# will be removed from sentry_sdk.profiler in a future release.
"MAX_PROFILE_DURATION_NS",
"PROFILE_MINIMUM_SAMPLES",
"Profile",
Expand Down

0 comments on commit 0878593

Please sign in to comment.