Skip to content

Commit 9fd938e

Browse files
authored
fix(profiling): Profiler mode type hints (#1633)
This was missed in #1616.
1 parent 01e37e5 commit 9fd938e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"propagate_tracestate": Optional[bool],
3636
"custom_measurements": Optional[bool],
3737
"profiles_sample_rate": Optional[float],
38+
"profiler_mode": Optional[str],
3839
},
3940
total=False,
4041
)

0 commit comments

Comments
 (0)