Skip to content

Commit

Permalink
fix(profiling): Profiler mode type hints
Browse files Browse the repository at this point in the history
This was missed in #1616.
  • Loading branch information
Zylphrex committed Sep 20, 2022
1 parent b36d84a commit 38d3858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"propagate_tracestate": Optional[bool],
"custom_measurements": Optional[bool],
"profiles_sample_rate": Optional[float],
"profiler_mode": Optional[str],
},
total=False,
)
Expand Down

0 comments on commit 38d3858

Please sign in to comment.