We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80a2d commit c07997cCopy full SHA for c07997c
src/lumigo_tracer/utils.py
@@ -80,7 +80,7 @@ def config(
80
81
:param verbose: Whether the tracer should send all the possible information (debug mode)
82
:param edge_host: The host to send the events. Leave empty for default.
83
- :param should_report: Weather we should send the events. Change to True in the production.
+ :param should_report: Whether we should send the events. Change to True in the production.
84
:param token: The token to use when sending back the events.
85
:param enhance_print: Should we add prefix to the print (so the logs will be in the platform).
86
:param step_function: Is this function is a part of a step function?
0 commit comments